aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/UK.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-07-07 17:08:01 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-07-08 17:59:17 +0100
commiteed7e093af42c443f81c22ad31de3baf4f8e9fec (patch)
treeffbdb3d65bae025352fda577c7167ae5763a0fa5 /perllib/FixMyStreet/Cobrand/UK.pm
parentba8d2c4ba6f6c0216d618e77d368b640a2b92d1e (diff)
Tidy up cobrand template inheritance.
Most cobrands can just inherit from the Default function, with only those needing an exception specified.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/UK.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/UK.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/UK.pm b/perllib/FixMyStreet/Cobrand/UK.pm
index 4c94fb34d..786b6038c 100644
--- a/perllib/FixMyStreet/Cobrand/UK.pm
+++ b/perllib/FixMyStreet/Cobrand/UK.pm
@@ -4,11 +4,6 @@ use base 'FixMyStreet::Cobrand::Default';
use mySociety::MaPit;
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 { [ 'DIS', 'LBO', 'MTD', 'UTA', 'CTY', 'COI', 'LGD' ] }
sub area_types_children { $mySociety::VotingArea::council_child_types }