From 24b4c073220b00bc0cb2c004351a051659b2f03b Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Sun, 2 Dec 2007 19:05:15 +0100
Subject: NEW FEATURE: make stastitic page accessable

created a link from the user menu to the stats.php page
---
 functions.php | 1 +
 1 file changed, 1 insertion(+)

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";
-- 
cgit v1.2.3-18-g5258