From b0c32c4d42566e01645f2803b76eb2299b17de55 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 1 Apr 2013 15:14:27 -0700 Subject: Tutorial link changes --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'index.php') 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 New!"; +$Links['scores'] = "Scores"; //$Links['challengelist'] = "Challenges BETA!"; //$Links['tutorial'] = "Tutorial"; if ($accepted) { $linkname = 'achievements?id='.$_SESSION['userID']; $Links[$linkname] = "Achievements"; +} else { + $Links['tutorial'] = "Tutorial"; } // $Links['members'] = "Member List"; -- cgit v1.2.3