added game number to game display
[e-DoKo.git] / index.php
index 38879e91c023738ce0f129f6e75d0c9f2dc2fc6c..98420418669f997e73418c4c9d13d7cd8ad07202 100644 (file)
--- a/index.php
+++ b/index.php
@@ -140,6 +140,10 @@ else if(myisset("me"))
     $myname   = DB_get_name_by_hash($me);
     $mystatus = DB_get_status_by_hash($me);
     $mypos    = DB_get_pos_by_hash($me);
+
+    echo "<p class=\"gamenumber\"> Game $gameid </p>\n";
+    
+
     
     if(myisset("cancle"))
       echo "<p style=\"background-color:red\";>canceling a game is not implemented at the moment, but will be soon...<br /><br /></p>";