Viewing file: 8666455111e0c3a58d52d03359cf90a1c47ce86c.file.panel.tpl.php (1.37 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2012-03-29 11:05:58 compiled from "user/templates/visitors/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:3106238324f7417e6afb673-20373962%%*/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 => 1333008116, ), ), 'nocache_hash' => '3106238324f7417e6afb673-20373962', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table align="center">
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_visitors']['UsersAllNow'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('now')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_visitors']['UsersRegisteredNow'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('online')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_visitors']['UsersUnregisteredNow'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('guests')->value;?> </td>
</tr>
<tr>
<td><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_visitors']['UsersPerDay'];?> :</td>
<td><?php echo $_smarty_tpl->getVariable('today')->value;?> </td>
</tr>
</table>
|