From 924f395a39eeccbcd54d540613e440cbedd6ba3d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 26 Apr 2008 13:01:41 -0700 Subject: CLEANUP: cleaned up index.php a bit more by introducing an 'action' variable no more if, but one nice switch statement in index.php Signed-off-by: Arun Persaud --- include/output.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 1637603..b22b6ef 100644 --- a/include/output.php +++ b/include/output.php @@ -56,7 +56,7 @@ function output_form_for_new_game($names)

Players

Please select four players (or use the randomly pre-selected names)

Remember: you need to be one of the players ;)

-
+
table @@ -278,7 +278,7 @@ function output_home_page($pre,$game,$done,$avgtime)

Please register, in case you have not done that yet
or login with you email-address or name and password here:

- +
Login @@ -383,7 +383,7 @@ function output_status() /* logout info */ echo "\n
"; echo $name; - echo " logout"; + echo " logout"; echo "
\n"; /* last logon time */ -- cgit v1.2.3-18-g5258