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