aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-03-26 11:59:05 +0000
committerStruan Donald <struan@exo.org.uk>2014-04-08 13:21:13 +0100
commitecd7e9c67f8cce7b3c080c843066fe9aa822e457 (patch)
treeab40aec53a74c84318b436ad876c8d49eb895a40 /perllib
parent1208af86126d5e030feda2756a0faf93e4366345 (diff)
replace default pins with clinic logo
add files and change config in cobrand
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/ZeroTB.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/ZeroTB.pm b/perllib/FixMyStreet/Cobrand/ZeroTB.pm
index 32d14d0f6..087bf0912 100644
--- a/perllib/FixMyStreet/Cobrand/ZeroTB.pm
+++ b/perllib/FixMyStreet/Cobrand/ZeroTB.pm
@@ -31,6 +31,14 @@ sub on_map_default_max_pin_age { return 0; }
sub never_confirm_updates { 1; }
sub include_time_in_update_alerts { 1; }
+sub pin_colour {
+ return 'clinic';
+}
+
+sub path_to_pin_icons {
+ return '/cobrands/zerotb/images/';
+}
+
sub get_clinic_list {
my $self = shift;