summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-05-13 03:18:16 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-05-13 03:18:16 -0700
commitb658c522d44c139f52cdf5eff844248740a7b553 (patch)
treedc205968e33b45a27f21669b718f9734e551094a
parentbe1835a265e732512880e761d308d4046c9fb79c (diff)
downloadpathery-b658c522d44c139f52cdf5eff844248740a7b553.tar.xz
Whoops debug data.
-rw-r--r--pages/achievements.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/achievements.php b/pages/achievements.php
index 2434823..e18a890 100644
--- a/pages/achievements.php
+++ b/pages/achievements.php
@@ -1,5 +1,10 @@
<?php
-htmlHeader(array('achievements'), 'Pathery Achievements');
+htmlHeader(
+ array('achievements'), 'Pathery Achievements',
+ 'Achievement listing',
+ array()
+);
+
?>
<body>
@@ -508,7 +513,6 @@ if (isset($unlocks)) {
echo "<table>";
foreach($subtype as $key => $content) {
$content = implode($content);
- echo "<b>:$uType:$key:</b>";
$tmpName = $uSubtypeNames[$uType][$key];
if (count($subtype) > 1) echo "</table><strong>$tmpName</strong><table>";
echo "<tr>$content</tr>";