mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 01:24:23 +00:00
i forgot ally_top10.tpl
This commit is contained in:
@@ -192,6 +192,7 @@
|
||||
<?php
|
||||
while($row = mysql_fetch_array($result))
|
||||
{
|
||||
if($row['id'] >= 0){
|
||||
if($row['id']==$session->alliance) {
|
||||
echo "<tr class=\"own hl\">"; } else { echo "<tr>"; }
|
||||
echo "<td class=\"ra fc\">".$i++.". </td>";
|
||||
@@ -199,6 +200,7 @@
|
||||
echo "<td class=\"val lc\">".$row['RR']."</td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="3" class="empty"></td>
|
||||
|
||||
Reference in New Issue
Block a user