diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 15:48:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-13 15:48:30 +0100 |
commit | 932f88e1a7776eeb2567b91e003361bb5275bf5d (patch) | |
tree | 2d2f4005f41dcbb2b6b54edbae1a10e4b34d4d03 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 0000afc1f4b28c96365981fc24437a6983ee7ea2 (diff) |
Move all_reports_style functionality to templates.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index a52875819..62827eec1 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -10,7 +10,6 @@ sub council_id { return 2482; } sub council_area { return 'Bromley'; } sub council_name { return 'Bromley Council'; } sub council_url { return 'bromley'; } -sub all_reports_style { return 'detailed'; } sub base_url { return FixMyStreet->config('BASE_URL') if FixMyStreet->config('STAGING_SITE'); |