mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 18:14:23 +00:00
Merge pull request #12 from NIKO28/patch-1
Update Templates/Ranking/ww.tpl
This commit is contained in:
@@ -32,7 +32,14 @@
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $cont; $cont++;?>.</td>
|
||||
<td><a href="spieler.php?uid=<?php echo $row['id'];?>"><?php echo $row['username'];?></a></td>
|
||||
<td><?php
|
||||
echo "<a href=\"karte.php?d=".$row['vref']."&c=".$generator->getMapCheck($row['vref'])."\">";
|
||||
?>
|
||||
<?php
|
||||
echo "$row[username]";
|
||||
?>
|
||||
</a>
|
||||
</td>
|
||||
<td><?php echo $row['wwname'];?></td>
|
||||
<td><a href="allianz.php?aid=<?php echo $ally['id'];?>"><?php echo $ally['tag'];?></a></td>
|
||||
<td><?php echo $row['f99'];?></td>
|
||||
|
||||
Reference in New Issue
Block a user