diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 09:54:40 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 09:54:40 -0500 |
commit | 1347525dd5f4c6520fe4462828f4a560774910da (patch) | |
tree | 25e56ae96027c4fe385a4ccceee14016a2f7902d /includes | |
parent | 9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (diff) | |
download | fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.gz fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.bz2 fourisland-1347525dd5f4c6520fe4462828f4a560774910da.zip |
Fixed NavBar for Fourm and Fouripedia
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/header.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index 6018179..994a291 100755 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -53,6 +53,11 @@ if (isset($_POST['message'])) | |||
53 | $headerTemp->adds_block('MESSAGE',array('MSG' => $_POST['message'])); | 53 | $headerTemp->adds_block('MESSAGE',array('MSG' => $_POST['message'])); |
54 | } | 54 | } |
55 | 55 | ||
56 | if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) | ||
57 | { | ||
58 | $headerTemp->adds_block('MEMBERS',array('exi' => 1)); | ||
59 | } | ||
60 | |||
56 | $headerTemp->display(); | 61 | $headerTemp->display(); |
57 | 62 | ||
58 | ?> | 63 | ?> |