diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ if ($_SESSION['accepted'] <> 1) //Links appear in order.
$Links['home'] = "Home";
$Links['leaderboard'] = "Scoreboard";
-$Links['howtoplay'] = "How to Play";
+//$Links['howtoplay'] = "How to Play";
+$Links['tutorial'] = "<i>New</i> Tutorial";
//$Links['gallery'] = "Gallery";
if ($_SESSION['isAdmin'] == true) {
$Links['admin'] = 'Admin';
|