diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-12-05 00:52:15 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-12-05 00:52:15 -0800 |
commit | 2fcf71ee0f0feb98cdd1fb1a44b2711a567056fe (patch) | |
tree | 7189615499db5ff6180ee6b17c9b95c3962c3af7 /index.php | |
parent | f5d9568541feab221a366075517d99d5c17a57c6 (diff) | |
download | pathery-2fcf71ee0f0feb98cdd1fb1a44b2711a567056fe.tar.xz |
Tutorial added in. More testing with a solver.
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';
|