summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index ff0350d..0e5bb2e 100644
--- a/index.php
+++ b/index.php
@@ -81,6 +81,7 @@ $Links['scores'] = "Scores";
if ($accepted) {
$linkname = 'achievements?id='.$_SESSION['userID'];
$Links[$linkname] = "Achievements";
+ $Links['chat'] = "Chat";
} else {
$Links['tutorial'] = "Tutorial";
}