diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 16:02:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 16:02:44 +0100 |
commit | eecd3bdb3a2925631af2d447ec9e3c7b10edc298 (patch) | |
tree | 2ea2ca3d78f9b3e9df999f2066182c0bdfb65179 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 932f88e1a7776eeb2567b91e003361bb5275bf5d (diff) |
Now display things are in the templates, inheritance can be tidied up.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 62827eec1..b39f7ed5b 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -1,6 +1,4 @@ package FixMyStreet::Cobrand::Bromley; -use mro 'c3'; -use parent 'FixMyStreet::Cobrand::FixMyStreet'; use parent 'FixMyStreet::Cobrand::UKCouncils'; use strict; @@ -16,8 +14,6 @@ sub base_url { return 'https://fix.bromley.gov.uk'; } -sub admin_base_url { '' } - sub path_to_web_templates { my $self = shift; return [ |