summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 14:35:35 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-13 14:35:35 -0600
commit5e0a7d186ceced61f0c3b4c919332aa7b5cd33aa (patch)
treedb617b7310d1033570b1b34191f3fd72934972dd
parentba103a4ab377808083b60140a523e2f078d0782a (diff)
downloadpathery-5e0a7d186ceced61f0c3b4c919332aa7b5cd33aa.tar.xz
Added a championpoints image to all the pages. You're definitely going to want to change it before releasing, though :)
-rw-r--r--images/championpoints.pngbin0 -> 1484 bytes
-rw-r--r--pages/faq.php4
-rw-r--r--pages/leaderboard.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/images/championpoints.png b/images/championpoints.png
new file mode 100644
index 0000000..f6625fe
--- /dev/null
+++ b/images/championpoints.png
Binary files differ
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'>&nbsp;</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>";