Файл: style/themes/default/foot.php
Строк: 17
<?
list($msec, $sec) = explode(chr(32), microtime());
if ($_SERVER['PHP_SELF'] != '/index.php')
{
?>
<div class="foot">
<img src="/style/icons/icon_glavnaya.gif" alt="*" /> <a href="/index.php">На главную</a>
</div>
<?
}
?>
<div class="copy">
<center>
© <a href="http://new-dcms.ru" style="text-transform: capitalize;"><?=text($_SERVER['HTTP_HOST'])?></a>
</center>
</div>
<div class="rekl">
<center>
<a href="/user/admin.php"><font color='red'>Онлайн помощь</font></a></br>
<?=round(($sec + $msec) - $conf['headtime'], 3)?>
</center>
</div>
</div>
</body>
</html>
<?
exit;
?>