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-02-09 04:08:54 compiled from "user/templates/visitors/panel.tpl" */ ?> <?php /*%%SmartyHeaderCode:5844348364f332ab672e140-68202154%%*/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 => 1328738843, ), ), 'nocache_hash' => '5844348364f332ab672e140-68202154', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <table align="center" width="100%"> <tr> <td><?php echo $_smarty_tpl->getVariable('ULANG')->value['AMCMS_visitors']['UsersAllNow'];?> :</td> <td width="30"><?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>
|