diff options
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r-- | pages/tutorial.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php index 782485f..b119412 100644 --- a/pages/tutorial.php +++ b/pages/tutorial.php @@ -1,5 +1,5 @@ <?php
-htmlHeader(array('tutorial'));
+htmlHeader(array('tutorial'), "Pathery Tutorial");
?>
<body>
@@ -12,6 +12,7 @@ topbar($Links); <script>
isChallenge = true;
+challengeID = 1;
function challengeLoad() {}
|