View file style/foot.php

File size: 431B
<?php 

if ($_SERVER['PHP_SELF'] != '/index.php') {

echo '<div class="link"><a href="/"><img src="/style/ico/menu.png"> На главную</a></div>';

}

?>

<div class="foot"> Рекламная сеть 2018 гг. <span style="float: right;"><a href="/help">Тикеты</a> | <a href="/info/kont">Контакты</a>

<?php

if($pass){

echo '<br><a href="/adm">Панель Управления</a>';

}

?>

</span>
</div>