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 +++++ theme/css/website.css | 9 +++++++++ theme/header.tpl | 2 ++ 3 files changed, 16 insertions(+) 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(); ?> diff --git a/theme/css/website.css b/theme/css/website.css index 806b01f..414e736 100755 --- a/theme/css/website.css +++ b/theme/css/website.css @@ -179,6 +179,15 @@ div#fi-navbar ul li.active img { margin-right: .5em; } +div#fi-navbar div.bubble blockquote { + background: none; + font-size: 0.9em; +} + +div#fi-navbar div.bubble blockquote a { + color: blue; +} + /* Sidebar */ div#rightbar { diff --git a/theme/header.tpl b/theme/header.tpl index 6f02792..335c975 100755 --- a/theme/header.tpl +++ b/theme/header.tpl @@ -72,10 +72,12 @@ Quotes + > Log + -- cgit 1.4.1