diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:06:25 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-04-09 01:06:25 -0700 |
commit | c805c944aa93641dfacf7724dec8716096d4072e (patch) | |
tree | c113dd4842eb3574be2dab95d9b87643f30dab8b /index.php | |
parent | ea00a0347bc7c55ce5ff32e259bee538ccb91c8b (diff) | |
download | pathery-c805c944aa93641dfacf7724dec8716096d4072e.tar.xz |
Chat in the topbar
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ $Links['scores'] = "Scores"; if ($accepted) {
$linkname = 'achievements?id='.$_SESSION['userID'];
$Links[$linkname] = "Achievements";
+ $Links['chat'] = "Chat";
} else {
$Links['tutorial'] = "Tutorial";
}
|