From 92a2164d4f1d5367b9325a8d65089abe79ee653b Mon Sep 17 00:00:00 2001 From: arun Date: Wed, 13 Dec 2006 19:18:12 +0000 Subject: a bit more cleanup in the layout --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 990bee7..287a064 100644 --- a/index.php +++ b/index.php @@ -280,9 +280,6 @@ else if(isset($_REQUEST["me"])) break; case 'play': case 'gameover': /*both entries here, so that the tricks are visible for both in case of 'play' there is a break later that skips the last part*/ - display_news(); - display_status(); - /* display local time */ echo "
\n Local times:"; $users = array(); @@ -297,6 +294,7 @@ else if(isset($_REQUEST["me"])) echo "\n"; }; echo "
$name ".date("Y-m-d H:i:s")."
\n
\n"; + display_status(); /* display links to other games */ echo "
\n"; @@ -309,6 +307,8 @@ else if(isset($_REQUEST["me"])) echo "\n"; echo "
\n"; + display_news(); + $gamestatus = DB_get_game_status_by_gameid($gameid); if($gamestatus == 'pre') { -- cgit v1.2.3-18-g5258