summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-01 15:14:27 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-01 15:14:27 -0700
commitb0c32c4d42566e01645f2803b76eb2299b17de55 (patch)
tree3557a3adb35033f3d55feec8cafe1ffb8f0b0d56 /index.php
parent588ae3258c6690e61e1b23cb931fba98dee46a08 (diff)
downloadpathery-b0c32c4d42566e01645f2803b76eb2299b17de55.tar.xz
Tutorial link changes
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9e47971..ff0350d 100644
--- a/index.php
+++ b/index.php
@@ -74,13 +74,15 @@ $footerLinks['#top'] = "Back to Top";
$Links['home'] = "Home";
//TODO: Delete
//$Links['oldleaderboard'] = "Old ScorePage...";
-$Links['scores'] = "Scores <i>New!</i>";
+$Links['scores'] = "Scores";
//$Links['challengelist'] = "Challenges <i>BETA!</i>";
//$Links['tutorial'] = "Tutorial";
if ($accepted) {
$linkname = 'achievements?id='.$_SESSION['userID'];
$Links[$linkname] = "Achievements";
+} else {
+ $Links['tutorial'] = "Tutorial";
}
// $Links['members'] = "Member List";