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/preferences.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/preferences.php') diff --git a/include/preferences.php b/include/preferences.php index 8a6050d..0382193 100644 --- a/include/preferences.php +++ b/include/preferences.php @@ -18,7 +18,6 @@ $changed_cards = 0; $changed_timezone = 0; $changed_autosetup = 0; -output_status(); display_user_menu(); /* get old infos */ @@ -206,8 +205,5 @@ echo " \n"; echo " \n"; echo "\n"; -output_footer(); -DB_close(); -exit(); - +return; ?> \ No newline at end of file -- cgit v1.2.3-18-g5258