From 34dca92fa9209df27921dcc58b9ea5bfb8f131f0 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 14 Nov 2011 20:14:00 -0800 Subject: LAYOUT: moved game status to top; cleaned up some css --- include/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 9f36330..fc46a61 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1181,16 +1181,16 @@ function display_user_menu($id) { if($i==0) { - echo "
\n "; - echo _('It\'s your turn in these games').":
\n"; + echo "\n
\n "; + echo _('It\'s your turn in these games').":\n"; } $i++; echo " game ".DB_format_gameid($r[1])."
\n"; + "\">game ".DB_format_gameid($r[1])." \n"; if($i>4) { - echo " ...
\n"; + echo " ...\n"; break; } } -- cgit v1.2.3-18-g5258