aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-07-13 21:57:10 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-07-13 21:57:10 +0100
commit0a512ce7d620a403a081b0bed500272e4ed55cf7 (patch)
tree8c924fe23f683cfb1f7de3e50642fed090a53b68 /perllib/FixMyStreet/Cobrand/FiksGataMi.pm
parent52a27eb4589102f373dd4835a231301ad6060908 (diff)
Move default cobrand to new design.
Due to old cobrands, this involves the subclasses implementing the web templates dir to ignore what the default is doing. A vaguely garish yet pleasing colour scheme has been chosen so that the site is both usable and suggests you may want to change it.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FiksGataMi.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FiksGataMi.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
index 8ff5e3656..03777ac51 100644
--- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
+++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
@@ -8,6 +8,11 @@ use Carp;
use mySociety::MaPit;
use FixMyStreet::Geocode::OSM;
+sub path_to_web_templates {
+ my $self = shift;
+ return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ];
+}
+
sub country {
return 'NO';
}