Viewing file: 74480a74360959c08d1e80ec01bebad3e52417fc.file.panel.tpl.php (1.24 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:35 compiled from "user/templates/statistics/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:6798034974f7417cf3fa703-76989299%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '74480a74360959c08d1e80ec01bebad3e52417fc' => array ( 0 => 'user/templates/statistics/panel.tpl', 1 => 1333008115, ), ), 'nocache_hash' => '6798034974f7417cf3fa703-76989299', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table align="center" width="100%"> <tr> <td>Фотографий:</td> <td width="30"><?php echo $_smarty_tpl->getVariable('row')->value['photos'];?> </td> </tr> <tr> <td>Тем обсуждений:</td> <td><?php echo $_smarty_tpl->getVariable('row')->value['themes'];?> </td> </tr> <tr> <td>Статей:</td> <td><?php echo $_smarty_tpl->getVariable('row')->value['actual'];?> </td> </tr> <tr> <td>Новостей:</td> <td><?php echo $_smarty_tpl->getVariable('row')->value['news'];?> </td> </tr> <tr> <td>Пользователей:</td> <td><?php echo $_smarty_tpl->getVariable('row')->value['users'];?> </td> </tr> </table>
|