File "top10.php"
Full path: C:/xampp/htdocs/www_real/top10.php
File
size: 671 B (671 B bytes)
MIME-type: text/html
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<!-- ServerAion Web by Pr00f & Sky (serveraion.ru) -->
<div class="news-title"><?php echo $lang['top10players']; ?></div>
<table cellspacing="0" width="100%">
<tr align="center">
<td class="tophead"><?php echo $lang['place']; ?></td>
<td class="tophead"><?php echo $lang['name']; ?></td>
<td class="tophead"><?php echo $lang['level']; ?></td>
<td class="tophead">Ap</td>
<td class="tophead"><?php echo $lang['race']; ?></td>
<td class="tophead"><?php echo $lang['class']; ?></td>
<td class="tophead"><?php echo $lang['sex']; ?></td>
<td class="tophead"><?php echo $lang['status']; ?></td>
</tr>
<?php require "modules/top10_m.php"; ?>
</table>