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/FixMyStreet.pm | |
parent | 0000afc1f4b28c96365981fc24437a6983ee7ea2 (diff) |
Move all_reports_style functionality to templates.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyStreet.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm index 33e071b66..65507b1a1 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm @@ -10,8 +10,6 @@ sub admin_base_url { return 'https://secure.mysociety.org/admin/bci/'; } -sub all_reports_style { return 'detailed'; } - sub allow_crosssell_adverts { return 1; } 1; |