NEW FEATURE: make stastitic page accessable
authorArun Persaud <arun@nubati.net>
Sun, 2 Dec 2007 18:05:15 +0000 (19:05 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 2 Dec 2007 18:06:59 +0000 (19:06 +0100)
created a link from the user menu to the stats.php page

functions.php

index 69e208c0e7d1b1deb328d819ff1e15d76a0a9288..1e80c31665c733d1dd6a4dadd3540bc50a29764d 100644 (file)
@@ -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";