Файл: sys/inc/tfoot3.php
Строк: 18
<?
if (file_exists(H."style/themes/$set[set_them]/foot.php"))
include_once H."style/themes/$set[set_them]/foot.php";
else
{
list($msec, $sec) = explode(chr(32), microtime());
echo "<div class='foot7'>";
echo '<center><a href="/index.php">'.$_SERVER['HTTP_HOST'];
echo "</a></center><center><img src='/style/waplog.gif'></center>";
echo "<center><img src='/style/MobTop.gif'></center>";
echo "<center>";
if (isset($user) && $user['level']!=0) echo "[".round(($sec + $msec) - $conf['headtime'], 3)."]</center>n";
echo "</div>n";
rekl(3);
echo "</div>n</body>n</html>";
}
exit;
?>