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/Default.pm | |
parent | 0000afc1f4b28c96365981fc24437a6983ee7ea2 (diff) |
Move all_reports_style functionality to templates.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index a73487ca4..5de8bac37 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -132,15 +132,6 @@ Parameter is QUERY sub enter_postcode_text { '' } -=head2 all_reports_style - -Return the type of problem information to display on the all reports -pages for councils. Can be either simple or detailed. - -=cut - -sub all_reports_style { return 'simple'; } - =head2 set_lang_and_domain my $set_lang = $cobrand->set_lang_and_domain( $lang, $unicode, $dir ) |