Файл: style/themes/default/foot.php
Строк: 87
<?
list($msec, $sec) = explode(chr(32), microtime());
if (isset($user))$ank['id']=$user['id'];
if (isset($_GET['id']))$ank['id']=intval($_GET['id']);
$ank=get_user($ank['id']);
if (isset($user) && $user['id']==$ank['id']){
echo "<div class='navig'><center>";
if ($user['panel1']==1){
echo "<a href='/user/profile.php' title='Профиль'>";icon_ank();echo "</a>";
}
if ($user['panel2']==1){
echo "<a href='/user/office.php' title='Кабинет'>";icon_kabinet();echo "</a>";
}
if ($user['panel3']==1){
echo "<a href='/chat/' title='Чат'>";icon_chat();echo "</a>";
}
if ($user['panel4']==1){
echo "<a href='/forum/' title='Форум'>";icon_forum();echo "</a>";
}
if ($user['panel5']==1){
echo "<a href='/guest/' title='Гостевая книга'>";icon_guest();echo "</a>";
}
if ($user['panel6']==1){
echo "<a href='/obmen/' title='Файлы пользователей'>";icon_obmen();echo "</a>";
}
if ($user['panel7']==1){
echo "<a href='/loads/' title='Загрузки'>";icon_loads();echo "</a>";
}
if ($user['panel8']==1){
echo "<a href='/votes/' title='Голосования'>";icon_votes();echo "</a>";
}
if ($user['panel9']==1){
echo "<a href='/lib/' title='Библиотека'>";icon_lib();echo "</a>";
}
if ($user['panel10']==1){
echo "<a href='/foto/' title='Фотогалерея'>";icon_foto();echo "</a>";
}
if ($user['panel11']==1){
echo "<a href='/user/ank.php' title='Анкета'>";icon_ank_edit();echo "</a>";
}
//if ($user['panel12']==1)echo "<a href='/my/frend.php" title="Друзья"> <img src="/style/img/friends.gif" alt="" class="icon"/> </a>";
//if ($user['panel13']==1)echo "<a href='/ank.php" title="Анкета"> <img src="/style/img/ank.png" alt="" class="icon"/> </a>";
//if ($user['panel14']==1)echo "<a href='/info/" title="Справка"> <img src="/style/img/info.png" alt="" class="icon"/> </a>";
echo "</center></div>";
}
echo "<div class='rekl'>n";
echo "<div id='hide1'>n";
echo "<div class='rekl_menu'>n";
rekl(3);
echo "</div>";
echo "</div>";
echo "</div>";
echo "<div class='foot1'><center>n";
echo " <a href='/info/help.php'><font color='blue'>Поддержка</font></a> <font color='#FF4500'>|</font>";
echo " <a href='/info/rules.php'><font color='blue'>Правила</font></a>";
echo "</center>";
echo "<span style='float : right;'>n";
echo "<a href='/'><img src='/style/img/strana/ru.png' alt='' /></a>";
echo "<a href='http://translate.google.ru/translate?hl=ru&sl=auto&tl=en&u=http%3A%2F%2F$_SERVER[HTTP_HOST]%2F'><img src='/style/img/strana/usa.png' alt='' /></a>";
echo "<a href='http://translate.google.ru/translate?hl=ru&sl=auto&tl=de&u=http%3A%2F%2F$_SERVER[HTTP_HOST]%2F'><img src='/style/img/strana/de.png' alt='' /></a>";
echo "<a href='http://translate.google.ru/translate?hl=ru&sl=auto&tl=uk&u=http%3A%2F%2F$_SERVER[HTTP_HOST]%2F'><img src='/style/img/strana/ua.png' alt='' /></a>";
echo "</span>";
echo "</div>n";
echo "</body>n</html>";
exit;
?>