mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-19 17:51:02 +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>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if($allianceinfo['forumlink'] != ''){
|
if($allianceinfo['forumlink'] != '' && $allianceinfo['forumlink'] != '0'){
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td><a href='".$allianceinfo['forumlink']."'>» to the forum</td>";
|
echo "<td><a href='".$allianceinfo['forumlink']."'>» to the forum</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|||||||
Reference in New Issue
Block a user