Leitgedanken/templates_c/656a9e657427d11d2cb4f0ff5d057adfffca8284_0.file.livestat2.html.php
2022-11-21 10:38:21 +01:00

77 lines
1.8 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2021-09-03 12:07:07
from '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/livestat2.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6131f3cbdf3b19_69312961',
'has_nocache_code' => false,
'file_dependency' =>
array (
'656a9e657427d11d2cb4f0ff5d057adfffca8284' =>
array (
0 => '/var/www/web360/htdocs/leitgedanken_php8/templates/standard/livestat2.html',
1 => 1630662653,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6131f3cbdf3b19_69312961 (Smarty_Internal_Template $_smarty_tpl) {
?><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_pc.php" type="text/css">
</head>
<body >
<table class="farbe_border" width="100%" cellpadding="0" height="100%" id="table1">
<tr>
<td>
<font size=1>Besucher gesamt:</font>
</td>
<td align="right">
<font size=1><?php echo $_smarty_tpl->tpl_vars['livestat_ges']->value;?>
</font>
</td>
</tr>
<tr>
<td>
<font size=1>Besucher heute:</font>
</td>
<td align="right">
<font size=1><?php echo $_smarty_tpl->tpl_vars['livestat_heute']->value;?>
</font>
</td>
</tr>
<tr>
<td>
<font size=1>Besucher gestern:</font>
</td>
<td align="right">
<font size=1><?php echo $_smarty_tpl->tpl_vars['livestat_gestern']->value;?>
</font>
</td>
</tr>
<tr>
<td>
<font size=1>Gerade online:</font>
</td>
<td align="right">
<font size=1><?php echo $_smarty_tpl->tpl_vars['livestat_online']->value;?>
</font>
</td>
</tr>
</table>
</body>
</html>
<?php }
}