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 +++- pages/home.php | 12 ++++-------- 2 files changed, 7 insertions(+), 9 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 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"; diff --git a/pages/home.php b/pages/home.php index 4a3c8a6..696c0cc 100644 --- a/pages/home.php +++ b/pages/home.php @@ -116,22 +116,18 @@ $adContent = "
- -
-Tutorial, FAQ, and Challenge maps are broken. ^_^. -
Still working on The Scores Page. -
Leave feedback in The Chat as per usual. -
-
Complete the tutorial to unlock a blue wall color:"; + echo "
Complete the tutorial to unlock this blue wall color!"; echo "

"; } +} else { + echo "
New to Pathery? Start Here!
+
"; } // 3 Main maps -- cgit v1.2.3