From a35c7c7be53220ddeea8442396be0b4299589088 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 28 Feb 2008 23:01:08 -0800 Subject: BUGFIX: link to wiki wasn't in the config file, added link on the home page * the home page now links to the wiki * the wiki-url is now part of the config file Signed-off-by: Arun Persaud --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0ce3104..5adf4fa 100644 --- a/functions.php +++ b/functions.php @@ -785,7 +785,7 @@ function display_table () function display_user_menu() { - global $wiki,$myid,$INDEX,$STATS; + global $WIKI,$myid,$INDEX,$STATS; echo "
\n". " Go to my user page "; @@ -808,7 +808,7 @@ function display_user_menu() echo "
Statistics\n"; echo - "
Report bugs in the wiki\n"; + "
Report bugs in the wiki\n"; echo "
\n"; return; } -- cgit v1.2.3-18-g5258