Файл: style/themes/default/foot.php
Строк: 48
<?
list($msec, $sec) = explode(chr(32), microtime());
echo '<link rel="stylesheet" href="/style/themes/default/def.css" type="text/css" />';
if ($_SERVER['PHP_SELF'] != '/aut.php' && $_SERVER['PHP_SELF'] != '/index.php') {
echo '<div class= "bubble">';
echo "<a href = '/index.php' class = 'button' title = 'На главную'><span class = 'icon icon108' /></a>";
if (isset($user)) {
echo "<a href = '/umenu.php' class = 'button left' title = 'Кабинет'><span class = 'icon icon23' /></a>";
echo "<a href = '/plugins/rules/' class = 'button middle' title = 'Справка'><span class = 'icon icon112' /></a>";
echo "<a href = '/exit.php' class = 'button right' title = 'Выход'><span class = 'icon icon151' /></a>";
}
echo "</div>n";
;
echo"<div class='tit'><center><font color='white'>© WpTys.ru</font></center></div>";}else{
if (isset($user)) {
echo '<div class= "bubble">';
echo "<a href = '/umenu.php' class = 'button left' title = 'Кабинет'><span class = 'icon icon23' /></a>";
echo "<a href = '/plugins/rules/' class = 'button middle' title = 'Справка'><span class = 'icon icon112' /></a>";
echo "<a href = '/exit.php' class = 'button right' title = 'Выход'><span class = 'icon icon151' /></a>";
echo "</div>n";
}
echo"<div class='tit'><font color='white'>© WpTys.ru</font></div>";
}
echo '<div class= "skif2">';
rekl(3);
echo '<span style="float:right;">';
echo '<img src="/style/icons/adv.gif" alt="waptys.Ru" />';
echo "</span>";
echo "</div>n";
exit;
?>