diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-01-14 12:53:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-01-14 12:53:34 +0000 |
commit | 6dae847b330b0958442fc89c323a9b3e9a5be240 (patch) | |
tree | e948682978bdba3372984f42c2b8a95b0c1b5159 /perllib/Cobrand.pm | |
parent | af94672c0cef154b1e0068aa1c9dd0dd58c32fb4 (diff) | |
parent | 7f834105f3ec090b7e8827460fee4847a65a03c7 (diff) |
Merge branch 'master' into reportemptyhomes
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index 4433858bb..328445fcc 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -75,8 +75,6 @@ my %fns = ( # Given a QUERY, return a hash of extra params to be included in # any URLs in links produced on the page returned by that query. 'extra_params' => { default => "''" }, - # Returns a boolean indicating whether the map watermark should be displayed - 'show_watermark' => { default => '1' }, # Returns any extra text to be displayed with a PROBLEM. 'extra_problem_meta_text' => { default => "''" }, # Returns any extra text to be displayed with an UPDATE. |