diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-26 01:36:07 +0000 |
commit | a17e62af230c2d9aa2fe49d22be990525950c01e (patch) | |
tree | f12cb1634ef9240e180cb1ae5f55df02b0060b64 /perllib/Cobrand.pm | |
parent | a821c15c33c59bb8ff3bb5f5722a15f2ca527b6c (diff) |
Refactor map display into separate modules, response for own set-up and display.
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. |