diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/UK.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UK.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm index 1c4c22fa6..174f2579c 100644 --- a/perllib/FixMyStreet/Cobrand/UK.pm +++ b/perllib/FixMyStreet/Cobrand/UK.pm @@ -3,6 +3,11 @@ use base 'FixMyStreet::Cobrand::Default'; use mySociety::VotingArea; +sub path_to_web_templates { + my $self = shift; + return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ]; +} + sub country { return 'GB'; } sub area_types { return qw(DIS LBO MTD UTA CTY COI); } sub area_types_children { return @$mySociety::VotingArea::council_child_types } |