Viewing file: bca8c9118c15ff91c4976255bfdac70065687932.file.main.tpl.php (1.46 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2020-11-24 19:39:50 compiled from "user/templates/main.tpl" */ ?> <?php /*%%SmartyHeaderCode:7786176165fbd45661fbf56-94743716%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'bca8c9118c15ff91c4976255bfdac70065687932' => array ( 0 => 'user/templates/main.tpl', 1 => 1606239403, ), ), 'nocache_hash' => '7786176165fbd45661fbf56-94743716', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table border="0" cellspacing="0" cellpadding="0" width="100%" align="center"> <tr valign="top"> <?php $_smarty_tpl->tpl_vars['panel'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['key'] = new Smarty_Variable; $_from = unserialize(GetParam("Panel-center","all")); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['panel']->key => $_smarty_tpl->tpl_vars['panel']->value){ $_smarty_tpl->tpl_vars['key']->value = $_smarty_tpl->tpl_vars['panel']->key; ?> <?php if (('key'+1)%GetParam("MainPagePanels","all")==0){?> <tr valign="top"> <?php }?> <td valign="top"><?php echo $_smarty_tpl->getVariable('Panels')->value[$_smarty_tpl->getVariable('panel')->value];?> </td> <?php if (('key'+1)%GetParam("MainPagePanels","all")==0){?> </tr> <?php }?> <?php }} ?> </tr> </table>
|