diff options
-rw-r--r-- | images/championpoints.png | bin | 0 -> 1484 bytes | |||
-rw-r--r-- | pages/faq.php | 4 | ||||
-rw-r--r-- | pages/leaderboard.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/images/championpoints.png b/images/championpoints.png Binary files differnew file mode 100644 index 0000000..f6625fe --- /dev/null +++ b/images/championpoints.png diff --git a/pages/faq.php b/pages/faq.php index 2cf2709..e9d8e5f 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -137,8 +137,8 @@ When there's more than one checkpoint, you can completely wall one off. <a name='championPoints'> </a>
<h3>What are 'Champion Points?'</h3>
-<? /*TODO: Add image here, after deciding on an image to represent champion points*/ ?>
-<p>Champion Points are a way for us to give you recognition for your skills and dedication. They work like this:
+<img src="../images/championpoints.png"></img>
+<p>Champion Points are a way to give you recognition for your skills and dedication. They work like this:
<ul><li>Just for attempting a map, you get <?echo CP_POINTS_FOR_ATTEMPTING;?> points. That's <?echo CP_POINTS_FOR_ATTEMPTING*4;?> points a day just for clicking go!</li>
<li>If you tie the high score, you get anywhere between <?echo CP_MIN_WORTH;?> and <?echo CP_MAX_WORTH_SPECIAL;?> points,
depending on how many people tied or didn't tie the high score.</li>
diff --git a/pages/leaderboard.php b/pages/leaderboard.php index a256f1c..62cc54d 100644 --- a/pages/leaderboard.php +++ b/pages/leaderboard.php @@ -307,7 +307,7 @@ function displaystats($result, $caption = NULL) { $r = '';
if($championPoints != null)
{
- $r .= "<div id='myPoints'>Points earned: <span id='myPointsValue'>$championPoints</span></div>";
+ $r .= "<div id='myPoints'>Points earned: <span id='myPointsValue'>$championPoints</span> <img src='../images/championpoints.png' width='16px' height='16px'></img></div>";
}
$r .= "<table style='border:1px solid #FFF'>";
$r .= "<caption>$caption</caption>";
|