summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-04-22 23:25:35 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-04-22 23:25:35 -0700
commitd8bde1f64b04100fa62be30b8e873a61de103221 (patch)
treed00a63d6d8ca486e2f2c07de70ba15e928bb19de /pages/tutorial.php
parent98a4ce1a8cb22759e02f6bdbb320033721058ab6 (diff)
downloadpathery-d8bde1f64b04100fa62be30b8e873a61de103221.tar.xz
Search engine optomization for home-page tutorial.
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php
index ed4aa9e..0f10418 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -1,5 +1,8 @@
<?php
-htmlHeader(array('tutorial'), "Pathery Tutorial");
+if ($request == 'tutorial')
+ htmlHeader(array('tutorial'), 'Pathery Tutorial', 'How to play Pathery');
+else
+ htmlHeader(array('tutorial'), 'Pathery', 'Compete to create the longest maze possible. 4 New maps every day at 9 PM Pacific');
?>
<body>