mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-04 11:54:25 +00:00
Update overview.tpl
This commit is contained in:
@@ -42,6 +42,9 @@ include("menu2.tpl");
|
||||
<tr>
|
||||
<th colspan="2">Player <?php echo $displayarray['username']; ?></th>
|
||||
</tr>
|
||||
<?php if($displayarray['access']==ADMIN){ echo "<tr><th colspan='2'><font color='Red'><center><b>This player is Admin.</b></font></center></th></tr>"; } ?>
|
||||
<?php if($displayarray['access']==MULTIHUNTER){ echo "<tr><th colspan='2'><font color='Blue'><center><b>This player is Multihunter.</b></font></center></th></tr>"; } ?>
|
||||
<?php if($displayarray['access']==BANNED){ echo "<tr><th colspan='2'><font color='Green'><center><b>This player is BANNED.</b></font></center></th></tr>"; } ?>
|
||||
<tr>
|
||||
<td>Details</td>
|
||||
<td>Description</td>
|
||||
@@ -179,4 +182,4 @@ include("menu2.tpl");
|
||||
echo "<div class=\"cox\">(".$coor['x']."</div><div class=\"pi\">|</div><div class=\"coy\">".$coor['y'].")</div></td></tr>";
|
||||
}
|
||||
?>
|
||||
</tbody></table>
|
||||
</tbody></table>
|
||||
|
||||
Reference in New Issue
Block a user