From aa2388203ebc2fad01b8280777e5a40de4fcc813 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 14 Mar 2013 16:22:10 -0700 Subject: Sign In fix --- includes/header.php | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) (limited to 'includes/header.php') diff --git a/includes/header.php b/includes/header.php index f8519a1..3965357 100644 --- a/includes/header.php +++ b/includes/header.php @@ -41,17 +41,17 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a @@ -145,7 +145,6 @@ function htmlFooter() { ?> })(); - createSignin(); @@ -155,6 +154,24 @@ function htmlFooter() { function topbar($links) { global $accepted, $wallColor, $wallEmblem, $request; + + + + //Empty first-div contains sound manager stuff + echo '
'; + + //echo ''; + echo '
+

Sign in

+
+

Do you have an account here?

+ Sign in with Google + Sign in with Yahoo + Learn more about OpenID + X +
+
'; + echo '
'; foreach ($links as $key => $value) { @@ -183,16 +200,6 @@ function topbar($links) { } else { ?> Sign in - "; -- cgit v1.2.3