diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-08-01 12:03:17 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-08-01 12:03:17 -0700 |
commit | e33b5d091f125b8b757f4fce6520324882f8010d (patch) | |
tree | b3518305c680b48c7442b05ceda4441f9a064e32 /pages/tutorial.php | |
parent | 2d290b23c402561ef30c1de665895c120dd79483 (diff) | |
download | pathery-e33b5d091f125b8b757f4fce6520324882f8010d.tar.xz |
Fix; Tutorial bandaid.
Fix; Scoreboard alignment issue.
Update; About page.
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>
|