diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-02 12:30:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-02 12:30:59 +0100 |
commit | f7bba1ad79d2087a834c6fcfcee9159c19e1b51a (patch) | |
tree | 31612eb1071fbb55b98813a9d0677c0701ef85fa /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | 6de4b1ca41697063b525ec854db98e6991a5fd70 (diff) |
configure all reports problem style in the cobrand
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index c45c36b0b..25ad37a0b 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -136,6 +136,15 @@ 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 ) |