From 7b939119c99576a9525ff933958eb9d322fa3195 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 21 Feb 2013 22:50:07 -0800 Subject: More logically set up the top-bar. Switching this to a Fixed header is now a 2 line change. --- includes/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index c18ae2e..7d9c02d 100644 --- a/includes/header.php +++ b/includes/header.php @@ -155,7 +155,7 @@ function htmlFooter() { function topbar($links) { global $accepted, $wallColor, $wallEmblem, $request; - echo '
'; + echo '
'; foreach ($links as $key => $value) { if ($request == $key) { @@ -199,7 +199,7 @@ function topbar($links) { "; - echo "
"; //div id='user' + echo "
"; //div id='user' } function userDataToJS() { -- cgit v1.2.3