diff options
Diffstat (limited to 'pages')
-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>
|