Файл: public_html/modules/rating/index.php
Строк: 39
<?php
$root = $_SERVER['DOCUMENT_ROOT'];
include_once ($root.'/core/base.php');
falseauth();
$header = "Рейтинг";
include_once ($root.'/core/head.php');
echo"<div class = 'index-fames'>";
echo'<center><div class="menu"><div class="menu-link"><table>';
echo'<td class="menu-link">';
echo'<a href="/rating/level"><img src="/images/rt-level.png" width="35" height="35" alt=""><br> Уровень</a>';
echo'</td><center><td class="menu-link">';
echo'<a href="/rating/battleground"><img src="/images/pb.png" width="40" height="35" alt=""><br> Поле боя </a></center>';
echo'</td>';
echo'</tr></table></div></div></center>';
echo'<center><div class="menu"><div class="menu-link"><table>';
echo'<td class="menu-link">';
echo'<a href="/rating/stats"><img src="/images/vip.jpg" width="40" height="35" alt=""><br> Параметры</a>';
echo'</td>';
echo'<center><td class="menu-link">';
echo'<a href="/alliance/list"><img src="/images/icons/12.png" width="35" height="35" alt=""><br> Альянсы </a></center>';
echo'</td>';
echo'</tr></table></div></div></center>';
echo"</div>";
include_once ($root.'/core/foot.php');