mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: hide alliance forum link when defaulting to 0
Relates to #249 Comment URL: https://github.com/Shadowss/TravianZ/issues/249#issuecomment-341975998
This commit is contained in:
@@ -89,7 +89,7 @@ include("alli_menu.tpl");
|
||||
echo "</tr>";
|
||||
}
|
||||
}
|
||||
if($allianceinfo['forumlink'] != ''){
|
||||
if($allianceinfo['forumlink'] != '' && $allianceinfo['forumlink'] != '0'){
|
||||
echo "<tr>";
|
||||
echo "<td><a href='".$allianceinfo['forumlink']."'>» to the forum</td>";
|
||||
echo "</tr>";
|
||||
|
||||
Reference in New Issue
Block a user