diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-22 23:25:35 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-22 23:25:35 -0700 |
commit | d8bde1f64b04100fa62be30b8e873a61de103221 (patch) | |
tree | d00a63d6d8ca486e2f2c07de70ba15e928bb19de /pages/tutorial.php | |
parent | 98a4ce1a8cb22759e02f6bdbb320033721058ab6 (diff) | |
download | pathery-d8bde1f64b04100fa62be30b8e873a61de103221.tar.xz |
Search engine optomization for home-page tutorial.
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 5 |
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>
|