diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 00:00:08 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-18 00:00:08 -0800 |
commit | c96d16159f15e14a188c9261833686dca240dee2 (patch) | |
tree | 4cc9752fe1fc2275682614c3145b74a7956b9253 /index.php | |
parent | d51b87d9a31f5914fe8509e6ac47eace1872d0ba (diff) | |
download | pathery-c96d16159f15e14a188c9261833686dca240dee2.tar.xz |
Chat updates. Commands /say to speak as server. Notification of new maps in chat.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,8 +72,8 @@ $footerLinks['#top'] = "Back to Top"; //Links appear in order.
$Links['home'] = "Home";
//TODO: Delete
- $Links['oldleaderboard'] = "Old ScorePage...";
-$Links['scores'] = "Scores <i>BETA!</i>";
+ //$Links['oldleaderboard'] = "Old ScorePage...";
+$Links['scores'] = "Scores <i>New!</i>";
$Links['challengelist'] = "Challenges <i>BETA!</i>";
//$Links['howtoplay'] = "How to Play";
//$Links['tutorial'] = "Tutorial";
|