Файл: system/foot.php
Строк: 10
<?
if($_SERVER['SCRIPT_NAME'] != '/index.php'){
echo '<small><div class="menu" style="text-align:center;"> <a href="/">Главная</a> | ';
if($user){echo '<a href="/profile'.$user['id'].'">Профиль</a>';}else{echo'<a href="/login">Войти</a>';}
echo' | <a href="/forum">Форум</a> | <a href="/chat">Чат</a> | <a href="/dl">Загрузки</a></small></div>';}
?><div class="foot">
(c) <a href="<?=$home?>"><?=$copy?></a>
</div></div>
<div style="text-align:center;">PDA/<a href="/style.php">WEB</a><br />
<?php list($msec1, $sec1) = explode(chr(32), microtime());
echo "[".round(($sec1 + $msec1) - $headtime1, 5)."]n";?></div>
</body></html>