From 880dfb2e715a3770de56fb525f5c90d28a6ccb4c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 10 May 2008 12:15:35 -0700 Subject: NEW FEATURE: new settings page, user can now change timezone rewrote the settings page, timezone can now be changed, the user menu shows up on the left on the pref page. Added a link to the pref-page in the left menu. Signed-off-by: Arun Persaud --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 77a2c5b..76bbc29 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,9 @@ switch($action) case 'register': require './include/register.php'; break; + case 'prefs': + require './include/preferences.php'; + break; case 'game': require './include/game.php'; break; -- cgit v1.2.3-18-g5258