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 | |
parent | 9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (diff) | |
download | fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.gz fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.bz2 fourisland-1347525dd5f4c6520fe4462828f4a560774910da.zip |
Fixed NavBar for Fourm and Fouripedia
-rwxr-xr-x | includes/header.php | 5 | ||||
-rwxr-xr-x | theme/css/website.css | 9 | ||||
-rwxr-xr-x | theme/header.tpl | 2 |
3 files changed, 16 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 | ?> |
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 { | |||
179 | margin-right: .5em; | 179 | margin-right: .5em; |
180 | } | 180 | } |
181 | 181 | ||
182 | div#fi-navbar div.bubble blockquote { | ||
183 | background: none; | ||
184 | font-size: 0.9em; | ||
185 | } | ||
186 | |||
187 | div#fi-navbar div.bubble blockquote a { | ||
188 | color: blue; | ||
189 | } | ||
190 | |||
182 | /* Sidebar */ | 191 | /* Sidebar */ |
183 | 192 | ||
184 | div#rightbar { | 193 | 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 @@ | |||
72 | <A HREF="http://fourisland.com/quotes/">Quotes</A> | 72 | <A HREF="http://fourisland.com/quotes/">Quotes</A> |
73 | </LI> | 73 | </LI> |
74 | 74 | ||
75 | <!--BEGIN MEMBERS--> | ||
75 | <LI<!--LOGACTIVE-->> | 76 | <LI<!--LOGACTIVE-->> |
76 | <IMG SRC="/theme/images/icons/door_in.png" /> | 77 | <IMG SRC="/theme/images/icons/door_in.png" /> |
77 | <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> | 78 | <A HREF="http://fourisland.com/log<!--LOGDATA-->.php?redirect=<!--REDIRPAGE-->">Log<!--LOGDATA--></A> |
78 | </LI> | 79 | </LI> |
80 | <!--END MEMBERS--> | ||
79 | </UL> | 81 | </UL> |
80 | </BLOCKQUOTE> | 82 | </BLOCKQUOTE> |
81 | </DIV> | 83 | </DIV> |