aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Whitelabel.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Whitelabel.pm b/perllib/FixMyStreet/Cobrand/Whitelabel.pm
new file mode 100644
index 000000000..42a23e40f
--- /dev/null
+++ b/perllib/FixMyStreet/Cobrand/Whitelabel.pm
@@ -0,0 +1,13 @@
+package FixMyStreet::Cobrand::Whitelabel;
+use base 'FixMyStreet::Cobrand::UKCouncils';
+
+sub path_to_web_templates {
+ my $self = shift;
+ return [
+ FixMyStreet->path_to( 'templates/web', $self->moniker ),
+ FixMyStreet->path_to( 'templates/web/whitelabel' ),
+ FixMyStreet->path_to( 'templates/web/fixmystreet-uk-councils' ),
+ ];
+}
+
+1;