From 1347525dd5f4c6520fe4462828f4a560774910da Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 14 Dec 2008 09:54:40 -0500 Subject: Fixed NavBar for Fourm and Fouripedia --- includes/header.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'includes') 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'])) $headerTemp->adds_block('MESSAGE',array('MSG' => $_POST['message'])); } +if (($pageCategory != 'fourm') && ($pageCategory != 'wiki')) +{ + $headerTemp->adds_block('MEMBERS',array('exi' => 1)); +} + $headerTemp->display(); ?> -- cgit 1.4.1