summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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";