Viewing file: 8666455111e0c3a58d52d03359cf90a1c47ce86c.file.panel.tpl.php (1.3 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2011-05-10 20:44:54 compiled from "user/templates/visitors/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:11036839674dc9799695cd17-10124885%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '8666455111e0c3a58d52d03359cf90a1c47ce86c' => array ( 0 => 'user/templates/visitors/panel.tpl', 1 => 1285103384, ), ), 'nocache_hash' => '11036839674dc9799695cd17-10124885', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table align="center">
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['VisitorsNow'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('now')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['VisitorsPageViewCount'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('pages')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['VisitorsVisitsToday'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('today')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['VisitorsAll'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('all')->value;?> </td>
</tr>
</table>
|