Файл: system/foot.php
Строк: 11
<?
if ($_SERVER['SCRIPT_NAME'] != '/index.php'){
echo '<small><div class="menu" style="text-align:center;"> <a href="'.$home.'">Главная</a> | ';
if($user){echo '<a href="/profile'.$user['id'].'">Профиль</a>';}else{echo'<a href="/?mode=login">Войти</a>';}
echo' | <a href="/forum">Форум</a> | <a href="/chat.php">Чат</a> | <a href="/downloads">Загрузки</a></small></div>';}
?><div class="foot">
© <a href="<?=$home?>"><?=$copy?></a>
<span style="float:right;"><?=round(microtime(true)-$tgen,4);?></span>
</div></div>
</body></html>