fix forum link + fix send resouces by village name + fix details in attack window for natars

This commit is contained in:
unknown
2012-05-07 07:42:36 +03:00
parent d9505cdad8
commit 9774c1e632
9 changed files with 45 additions and 16 deletions
+1 -1
View File
@@ -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>
+9 -2
View File
@@ -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>