summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
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 "<div class=\"time\">\n Local times:<table>";
$users = array();
@@ -297,6 +294,7 @@ else if(isset($_REQUEST["me"]))
echo "<tr> <td>$name</td> <td>".date("Y-m-d H:i:s")."</td></tr>\n";
};
echo "</table>\n</div>\n";
+ display_status();
/* display links to other games */
echo "<div class=\"over\">\n";
@@ -309,6 +307,8 @@ else if(isset($_REQUEST["me"]))
echo "</form>\n";
echo "</div>\n";
+ display_news();
+
$gamestatus = DB_get_game_status_by_gameid($gameid);
if($gamestatus == 'pre')
{