From 92fc724c91790cd0042354f99041b46ed9f670df Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 9 Jul 2012 13:30:30 -0700 Subject: Added login div --- includes/header.php | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index a1dbfa4..472fcbc 100644 --- a/includes/header.php +++ b/includes/header.php @@ -33,6 +33,20 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '') { } ?> + + + Update your name | "; echo "Logout"; - } else - echo "Sign in with Google"; + } else { + ?> +Sign in +
+

Sign in

+
+

Do you have an account here?

+ Sign in with Google + Sign in with Yahoo + Learn more about OpenID + Cancel +
+
+ "; echo ""; -- cgit v1.2.3