summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:54:40 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:54:40 -0500
commit1347525dd5f4c6520fe4462828f4a560774910da (patch)
tree25e56ae96027c4fe385a4ccceee14016a2f7902d /includes
parent9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (diff)
downloadfourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.gz
fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.bz2
fourisland-1347525dd5f4c6520fe4462828f4a560774910da.zip
Fixed NavBar for Fourm and Fouripedia
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/header.php5
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
56if (($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?>