mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 23:57:18 +00:00
@@ -8,7 +8,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">Subject</th>
|
<th colspan="2">Subject</th>
|
||||||
<th>Sender</th>
|
<th>Sender</th>
|
||||||
<th class="sent">Sent</th>
|
<th class="sent"><a href="nachrichten.php?o=1">Sent</a></th>
|
||||||
</tr></thead><tfoot><tr><th>
|
</tr></thead><tfoot><tr><th>
|
||||||
<?php
|
<?php
|
||||||
$MyGold = mysqli_query($GLOBALS['link'],"SELECT plus FROM ".TB_PREFIX."users WHERE `id`='".(int) $session->uid."'") or die(mysqli_error($database->dblink));
|
$MyGold = mysqli_query($GLOBALS['link'],"SELECT plus FROM ".TB_PREFIX."users WHERE `id`='".(int) $session->uid."'") or die(mysqli_error($database->dblink));
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ $noticeClass = array("Scout Report","Won as attacker without losses","Won as att
|
|||||||
<tr>
|
<tr>
|
||||||
<th colspan="2">Subject:</th>
|
<th colspan="2">Subject:</th>
|
||||||
<th class="sent">
|
<th class="sent">
|
||||||
<a href="berichte.php?s=0&o=1">Sent</a></th>
|
<a href="berichte.php?o=1<?php echo (isset($_GET['t']) ? '&t='.$_GET['t'] : ''); ?>">Sent</a></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead><tfoot>
|
</thead><tfoot>
|
||||||
<tr><th><?php
|
<tr><th><?php
|
||||||
|
|||||||
Reference in New Issue
Block a user