From fefa99bd448312e13e840f47ef8ce4dfd1645211 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sun, 27 Jan 2013 03:24:08 -0800 Subject: The start of a new scoreboard or "Scores" page. - I have the feeling some adjustments made here might propigate to the Home page eventually. --- includes/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/constants.php') 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. -- cgit v1.2.3