mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 08:27:15 +00:00
Update playeradditionalinfo.tpl
This commit is contained in:
@@ -28,6 +28,21 @@
|
|||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Vacation Mode</td>
|
||||||
|
<td>
|
||||||
|
<?php
|
||||||
|
if($user['vac_mode'] == 0)
|
||||||
|
{
|
||||||
|
echo "Disabled";
|
||||||
|
}
|
||||||
|
else if($user['vac_mode'] == 1)
|
||||||
|
{
|
||||||
|
echo "Enabled";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Gold</td>
|
<td>Gold</td>
|
||||||
<td><img src="../img/admin/gold.gif"> <?php echo $user['gold']; ?></td>
|
<td><img src="../img/admin/gold.gif"> <?php echo $user['gold']; ?></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user