diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 03:18:16 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 03:18:16 -0700 |
commit | b658c522d44c139f52cdf5eff844248740a7b553 (patch) | |
tree | dc205968e33b45a27f21669b718f9734e551094a /pages | |
parent | be1835a265e732512880e761d308d4046c9fb79c (diff) | |
download | pathery-b658c522d44c139f52cdf5eff844248740a7b553.tar.xz |
Whoops debug data.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/achievements.php | 8 |
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>";
|