summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/about.php23
-rw-r--r--pages/tutorial.php4
2 files changed, 21 insertions, 6 deletions
diff --git a/pages/about.php b/pages/about.php
index 77d7712..3276f0f 100644
--- a/pages/about.php
+++ b/pages/about.php
@@ -1,5 +1,5 @@
<?PHP
-htmlHeader(array());
+htmlHeader(array(), 'About', 'About Pathery.com');
?>
<link href="https://plus.google.com/105148482605711831543" rel="publisher" />
@@ -39,10 +39,16 @@ topbar($Links);
<h3>Created by:</h3>
Patrick Davison (Snap) and Rex Ounekeo
- <h3>Special thanks:</h3>
- <h4>Programmers:</h4>
+ <h2>Special thanks:</h2>
+ <h3>Inspirations:</h3>
+ <h4>Tower defense games like:</h4>
+ Goa's Random TD game on Starcraft 2
+ <br />Xeno Tactics
+ <br />Desktop Tower Defense
+ <br />The original; - Sunken Defense and it's many clones. From Starcraft.
+ <h3>Programmers:</h3>
raylu
- <h4>Testers:</h4>
+ <h3>Testers:</h3>
Steven Gosling
<br />Patrick's Family
<br />Josh
@@ -51,7 +57,16 @@ topbar($Links);
<br />Radivel
<br />Splax
<br />chord
+
+ <h3>Other Mentions:</h3>
+ Mixpanel has been friendly and helpful:
+ <br />
+<a href='https://mixpanel.com/f/partner'><img src='https://mixpanel.com/site_media/images/partner/badge_blue.png' alt='Mobile Analytics' /></a>
+
</div>
+<br />
+
+
<?php
htmlFooter();
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>