diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 57945ef..45fa0ae 100644 --- a/functions.php +++ b/functions.php @@ -821,6 +821,9 @@ function display_user_menu() 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"; |