Leitgedanken/templates_c/71d880b3f972593c92ba4b5018c7ebd0ed1aaf1b_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-02 11:55:37
from 'E:\xampp_8.0.9\htdocs\leitgedanken_utf8\templates\standard\livestat2.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_61309f99c18562_13330105',
'has_nocache_code' => false,
'file_dependency' =>
array (
'71d880b3f972593c92ba4b5018c7ebd0ed1aaf1b' =>
array (
0 => 'E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\templates\\standard\\livestat2.html',
1 => 1619160459,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_61309f99c18562_13330105 (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 }
}