diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-08 12:32:44 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-08 12:32:44 +0100 |
commit | f5c78d71b22b317dfeae6825eb9ae49ae428eca1 (patch) | |
tree | 8e6627aa5ca22993ca128d3d8c9d01121f2f6327 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 66630c094ba7fbb1d05c85de638ae77a8ad8e043 (diff) |
update Bromley cobrand to use re-organised code
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 4f2535437..3147860d0 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -10,6 +10,7 @@ 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 { 'https://fix.bromley.gov.uk'; |