summaryrefslogtreecommitdiffstats
path: root/pages/achievements.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/achievements.php')
-rw-r--r--pages/achievements.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/achievements.php b/pages/achievements.php
index 4b508eb..76d993d 100644
--- a/pages/achievements.php
+++ b/pages/achievements.php
@@ -343,7 +343,7 @@ $UTotalSolutions = number_format($UTotalSolutions);
$uStats[1] = $UTotalMoves;
$uStats[2] = $UTotalSolutions;
-echo "<div class='wrapper' style='width:600px;'>";
+echo "<div class='wrapper' style='padding-left:30px; width:800px;'>";
if ($viewer)
echo "<center><h3>Viewing</h3></center>";
echo "
@@ -480,8 +480,8 @@ foreach($achievements as $aType => $a) {
$aTypeNames[1] = "Path Career Level $aLevel!";
$aTypeNames[2] = "Mazes Career Level $aLevel!";
- $aTypeNames[3] = "Maze Mastery Level $aLevel!";
- $aTypeNames[4] = "Champion Level $aLevel!";
+ $aTypeNames[3] = "<img src='../images/MedalSilverCAR.png' style='width:36px;height:36px;vertical-align:middle'>Maze Mastery Level $aLevel!";
+ $aTypeNames[4] = "<img src='../images/MedalGoldCAR.png' style='width:36px;height:36px;vertical-align:middle'>Champion Level $aLevel!";
$aTypeNames[32] = 'Tutorial Complete!';
$aTypeCurrency[1] = "total moves mazed";