summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 6005fe1..a14249f 100644
--- a/index.php
+++ b/index.php
@@ -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';