summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2011-12-05 00:52:15 -0800
committerPatrick Davison <snapwilliam@gmail.com>2011-12-05 00:52:15 -0800
commit2fcf71ee0f0feb98cdd1fb1a44b2711a567056fe (patch)
tree7189615499db5ff6180ee6b17c9b95c3962c3af7 /index.php
parentf5d9568541feab221a366075517d99d5c17a57c6 (diff)
downloadpathery-2fcf71ee0f0feb98cdd1fb1a44b2711a567056fe.tar.xz
Tutorial added in. More testing with a solver.
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';