View file odnokl/foot.php

File size: 574B
<?
list($msec, $sec) = explode(chr(32), microtime());





if ($_SERVER['PHP_SELF']!='/index.php') {
echo "<div class='returns'>";
echo "<img src='/style/icons/icon_glavnaya.gif' alt='' /> <a href='/'>На главную</a>\n";


echo "</div>\n";
}else {
echo "<div class='returns'>";
echo "<center> <a href='/'>© Sait.Ru 2013 </a></center>";
echo "</div>";
}








echo '<div class="foot">';
if (!$set['web'])
echo "<center><a href='/?t=web'><u>Полная версия сайта</u></center></a>";
echo "</div>";




exit;

?>