diff options
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index 1965f51..95a5a53 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -1,8 +1,8 @@ <?php
if ($request == 'tutorial')
- htmlHeader(array('tutorial'), 'Pathery Tutorial', 'How to play Pathery');
+ htmlHeader(array('tutorial'), 'Pathery Tutorial', 'How to play Pathery', array('scores') );
else
- htmlHeader(array('tutorial'), 'Pathery', 'Compete to create the longest maze possible. 4 New maps every day at 9 PM Pacific');
+ htmlHeader(array('tutorial'), 'Pathery', 'Compete to create the longest maze possible. 4 New maps every day at 9 PM Pacific', array('scores') );
?>
<body>
|