summaryrefslogtreecommitdiffstats
path: root/pages/tutorial.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-12-26 12:46:32 -0800
committerPatrick Davison <snapwilliam@gmail.com>2012-12-26 12:46:32 -0800
commit245bd3aae3dd9de3b5d172f4a255c7e95392ff44 (patch)
treeec3e519d6387ca3db717d652970f46b6caa606af /pages/tutorial.php
parenta802a419b5a3ce7a70ece8465dad777daefcbfa5 (diff)
downloadpathery-245bd3aae3dd9de3b5d172f4a255c7e95392ff44.tar.xz
PHP's 5.4 depreciation of eregi_replace.
Adjustments for the new htmlFooter
Diffstat (limited to 'pages/tutorial.php')
-rw-r--r--pages/tutorial.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/tutorial.php b/pages/tutorial.php
index 5f82999..6854be8 100644
--- a/pages/tutorial.php
+++ b/pages/tutorial.php
@@ -375,7 +375,12 @@ var tv = new TutorialView(1, 5);
tv.showTutorial(1);
soundManagerInit();
</script>
-
+<br />
+<br />
+<br />
+<br />
+<br />
+<br />
<?php
htmlFooter(array('tutorial'));
?>