diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-10 12:15:35 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-10 12:35:20 -0700 |
commit | 880dfb2e715a3770de56fb525f5c90d28a6ccb4c (patch) | |
tree | a96db91d27a2a6e9202902d11a72462192187fca /index.php | |
parent | 9239ba22c382383cd258ad3f36b2bc0dc99664b2 (diff) | |
download | e-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.tar.gz e-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.tar.bz2 e-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.zip |
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 <arun@nubati.net>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |