summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
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 "<div class=\"usermenu\">\n".
"<a href=\"".$INDEX."\"> Go to my user page </a>";
@@ -808,7 +808,7 @@ function display_user_menu()
echo "<hr /> <a href=\"".$STATS."\">Statistics</a>\n";
echo
- "<hr />Report bugs in the <a href=\"".$wiki."\">wiki</a>\n";
+ "<hr />Report bugs in the <a href=\"".$WIKI."\">wiki</a>\n";
echo "</div>\n";
return;
}