Viewing file: bca8c9118c15ff91c4976255bfdac70065687932.file.main.tpl.php (1.47 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-10 20:44:55 compiled from "user/templates/main.tpl" */ ?> <?php /*%%SmartyHeaderCode:10878716344dc9799719f297-75282325%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'bca8c9118c15ff91c4976255bfdac70065687932' => array ( 0 => 'user/templates/main.tpl', 1 => 1285103380, ), ), 'nocache_hash' => '10878716344dc9799719f297-75282325', '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>
|