summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-09 01:06:25 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-09 01:06:25 -0700
commitc805c944aa93641dfacf7724dec8716096d4072e (patch)
treec113dd4842eb3574be2dab95d9b87643f30dab8b
parentea00a0347bc7c55ce5ff32e259bee538ccb91c8b (diff)
downloadpathery-c805c944aa93641dfacf7724dec8716096d4072e.tar.xz
Chat in the topbar
-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";
}