From 65df59544c943a90ae2858b1359e6b8a5065e145 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 5 Oct 2011 22:30:33 -0700 Subject: cleared up the look of the front page a bit --- include/output.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 1f67bd1..91030ab 100644 --- a/include/output.php +++ b/include/output.php @@ -413,6 +413,10 @@ function output_header() $(".gameshidesession").hide(); }); + $("ul.loginregister").click(function () { + $(".dologin").slideToggle(); + $(".doregister").slideToggle(); + }); }); @@ -488,12 +492,6 @@ function output_status() echo "
"._('last login').": ".date("r",$unixtime)."
\n"; } - else - { - echo "\n
\n"; - echo ""._('login')."\n"; - echo "
\n"; - } return; } -- cgit v1.2.3-18-g5258