From 8141a807cda3a5387e3288e4d644cde94b9ab8fd Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 24 May 2008 14:46:39 -0700 Subject: LAYOUT: rearranged the user menu to show up in the top right corner also limited the amount of games that show up in the user menu if it is your turn Signed-off-by: Arun Persaud --- include/output.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 33fb87b..62ab264 100644 --- a/include/output.php +++ b/include/output.php @@ -291,15 +291,20 @@ function output_footer() function output_status() { - global $defaulttimezone; + global $defaulttimezone,$INDEX,$WIKI; if(isset($_SESSION["name"])) { $name = $_SESSION["name"]; /* logout info */ - echo "\n
"; - echo $name; - echo " logout"; + echo "\n
\n"; + echo $name,"\n"; + echo " | mypage \n"; + echo " | settings\n"; + echo " | new game\n"; + echo " | statistics\n"; + echo " | wiki\n"; + echo " |    logout\n"; echo "
\n"; /* last logon time */ -- cgit v1.2.3-18-g5258