LAYOUT: fixed some overlaying of boxes (but not all), made userpage a bit nicer
[e-DoKo.git] / functions.php
index d738b0042910602fed7f35a7e2dc28cee38b535b..45fa0ae7789b69d558cf834313faa8766992ffb9 100644 (file)
@@ -818,9 +818,12 @@ function display_user_menu()
 
   while( $r = mysql_fetch_array($result,MYSQL_NUM))
     {
-      echo "<a href=\"".$host."?me=".$r[0]."\">game #".$r[1]." </a><br />\n";
+      echo "<a href=\"".$host."?me=".$r[0]."\">game ".DB_format_gameid($r[1])." </a><br />\n";
     }
   
+  echo "<hr> <a href=\"".$host."?new\">start a new game</a>";
+              
+
   echo
     "<hr />Report bugs in the <a href=\"". $wiki."\">wiki</a>\n";
   echo  "</div>\n";