Файл: talk.php
Строк: 31
<?
define('PROTECTOR', 1);
include('files/db.php');
include($path.'files/auth.php');
if ($user_id==0){
header('location: index.php');exit;
}
$textl='Общение';
include($path.'files/core.php');
include($path.'files/head.php');
include($path.'files/zag.php');
echo '<table width=100%>
<tr>
<td width=35%>
<a href=game.php><div style="background: #882222; border-radius: 7px 0 0 7px" class="m p bts bbs brs bls" align=center>Главная</div></a>
</td><td>';
echo '<a href=?><div class="line bts brs bls bbs p m" style="border-radius: 0 7px 7px 0">
<font color=#ffffff>Общение
</font>
</div></a></td></tr></table>';
echo '<div class="bat bts brs bls bbs">';
echo '<a href=chat.php><div class="bbda p">
<img src=img/main/i25.png class="menu"> Чат</div></a>';
echo '<a href=forum.php><div class="bbda p">
<img src=img/main/i25.png class="menu"> Форум</div></a>';
echo '<a href=online.php><div class="bbda p">
<img src=img/main/i25.png class="menu"> Кто онлайн?</div></a>';
echo '<a href=reit.php><div class="p">
<img src=img/main/i25.png class="menu"> Рейтинги</div></a>';
echo '</div></div>';
include('files/down.php');
?>