mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 15:47:16 +00:00
fix forum link + fix send resouces by village name + fix details in attack window for natars
This commit is contained in:
@@ -22,7 +22,7 @@ if($session->access!=BANNED){
|
||||
</thead><tbody>
|
||||
|
||||
<tr><th>URL</th>
|
||||
<td><input class="link text" type="text" name="f_link" value="" maxlength="200"></td>
|
||||
<td><input class="link text" type="text" name="f_link" value="<?php echo $allianceinfo['forumlink']; ?>" maxlength="200"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
if(isset($_GET['aid'])) {
|
||||
$aid = $_GET['aid'];
|
||||
}
|
||||
@@ -87,10 +87,17 @@ include("alli_menu.tpl");
|
||||
echo "<td><a href='spieler.php?uid=".$member['id']."'>".$name."</td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
}?>
|
||||
}
|
||||
if($allianceinfo['forumlink'] != ''){
|
||||
echo "<tr>";
|
||||
echo "<td><a href='".$allianceinfo['forumlink']."'>» to the forum</td>";
|
||||
echo "</tr>";
|
||||
}else{
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="2" class="emmty"></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td class="desc2" colspan="2"><?php echo nl2br($profiel[0]); ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user