From 27cbc14d28d072c37474ac1e96d677b88dde27ba Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 15 Jun 2008 23:43:19 -0700 Subject: NEW FEATURE: login button added a login button to the top right, in case you were not logged in. output_status can now be called in only one place, ie index.php and all pages will get the menu... Signed-off-by: Arun Persaud --- include/output.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 2f846be..81f01c5 100644 --- a/include/output.php +++ b/include/output.php @@ -372,7 +372,13 @@ function output_status() date_default_timezone_set($zone); echo "
last login: ".date("r",$unixtime)."
\n"; - }; + } + else + { + echo "\n
\n"; + echo "login\n"; + echo "
\n"; + } return; } -- cgit v1.2.3-18-g5258