diff options
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 69e208c..1e80c31 100644 --- a/functions.php +++ b/functions.php @@ -823,6 +823,7 @@ function display_user_menu() echo "<hr /> <a href=\"".$host."?new\">start a new game</a>\n"; + echo "<hr /> <a href=\"".substr($host,0,-9)."stats.php\">Statistics</a>\n"; echo "<hr />Report bugs in the <a href=\"". $wiki."\">wiki</a>\n"; |