i forgot ally_top10.tpl

This commit is contained in:
unknown
2012-05-06 07:55:45 +03:00
parent fbaa6af3a5
commit d9505cdad8
+2
View File
@@ -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++.".&nbsp;</td>"; echo "<td class=\"ra fc\">".$i++.".&nbsp;</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>