diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-27 03:24:08 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-27 03:24:08 -0800 |
commit | fefa99bd448312e13e840f47ef8ce4dfd1645211 (patch) | |
tree | 467686e0efef08eb14b3887737ab4ab540f74711 /includes/constants.php | |
parent | ea802fc11d95370fdb029b426b84aa32ac5da20e (diff) | |
download | pathery-fefa99bd448312e13e840f47ef8ce4dfd1645211.tar.xz |
The start of a new scoreboard or "Scores" page.
- I have the feeling some adjustments made here might propigate to the Home page eventually.
Diffstat (limited to 'includes/constants.php')
-rw-r--r-- | includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/constants.php b/includes/constants.php index 7774aa4..a6826b1 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -68,6 +68,7 @@ class MapType const Special = 4; const Weekly = 5; } +$mapNamesByType = array(1 => 'Simple', 2 => 'Normal', 3 => 'Complex', 4 => 'Special', 5 => 'Weekly'); /** * Required number of challenges beaten to move up to each tier. |