diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-08 15:02:51 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-08 15:02:51 -0800 |
commit | aa7a1c014e3f9b74fe94853b252d000b4d416a60 (patch) | |
tree | b6a0e00ffe82f47aa10799356036d981de4d4c79 | |
parent | d3186210ae1c95538c92b65987ba0314a321b89b (diff) | |
download | pathery-aa7a1c014e3f9b74fe94853b252d000b4d416a60.tar.xz |
Removal of challenges link
-rw-r--r-- | index.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,7 +55,8 @@ $footerLinks['scores'] = "Scores"; $footerLinks['about'] = "About Us";
//ROW 3
-$footerLinks['challengelist'] = "Challenges";
+//$footerLinks['challengelist'] = "Challenges";
+$footerLinks['http://forums.pathery.com/'] = "Forums";
$footerLinks['feedback'] = "Contact Us";
$footerLinks['#top'] = "Back to Top";
@@ -74,7 +75,7 @@ $Links['home'] = "Home"; //TODO: Delete
//$Links['oldleaderboard'] = "Old ScorePage...";
$Links['scores'] = "Scores <i>New!</i>";
-$Links['challengelist'] = "Challenges <i>BETA!</i>";
+//$Links['challengelist'] = "Challenges <i>BETA!</i>";
//$Links['howtoplay'] = "How to Play";
//$Links['tutorial'] = "Tutorial";
|