View file style/themes/vk/foot.php

File size: 182B
<?php

if(!isset($user) && $_SERVER['PHP_SELF'] != '/index.php'){
echo '<div class="foot"><a href="/">На главную</a></div>';
}

echo "</body>\n</html>";
exit;
?>