aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/Cobrand/ZeroTB.pm8
-rw-r--r--web/cobrands/zerotb/images/pin-clinic-big.pngbin0 -> 725 bytes
-rw-r--r--web/cobrands/zerotb/images/pin-clinic.pngbin0 -> 674 bytes
-rw-r--r--web/cobrands/zerotb/images/pin-shadow-big.pngbin0 -> 1202 bytes
-rw-r--r--web/cobrands/zerotb/images/pin-shadow.pngbin0 -> 720 bytes
5 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;
diff --git a/web/cobrands/zerotb/images/pin-clinic-big.png b/web/cobrands/zerotb/images/pin-clinic-big.png
new file mode 100644
index 000000000..c1e359828
--- /dev/null
+++ b/web/cobrands/zerotb/images/pin-clinic-big.png
Binary files differ
diff --git a/web/cobrands/zerotb/images/pin-clinic.png b/web/cobrands/zerotb/images/pin-clinic.png
new file mode 100644
index 000000000..5cc0828fd
--- /dev/null
+++ b/web/cobrands/zerotb/images/pin-clinic.png
Binary files differ
diff --git a/web/cobrands/zerotb/images/pin-shadow-big.png b/web/cobrands/zerotb/images/pin-shadow-big.png
new file mode 100644
index 000000000..113184b94
--- /dev/null
+++ b/web/cobrands/zerotb/images/pin-shadow-big.png
Binary files differ
diff --git a/web/cobrands/zerotb/images/pin-shadow.png b/web/cobrands/zerotb/images/pin-shadow.png
new file mode 100644
index 000000000..8b470592a
--- /dev/null
+++ b/web/cobrands/zerotb/images/pin-shadow.png
Binary files differ