diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-07-28 18:55:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-07-28 18:55:52 +0100 |
commit | baa9173de2f977bcf0266a0de01bf954c9712c55 (patch) | |
tree | 2ae0bff00bb392c5291a291f15e1c4524fd1a38d /perllib/Cobrand.pm | |
parent | 8c1531397765c96c943a5ee0f8cddd4d091c41d9 (diff) |
Factor out tile constants to be configurable.
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 3fc88d9dc..4433858bb 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -90,8 +90,6 @@ my %fns = ( 'root_path_js' => { default => "'var root_path = \"\";'" }, # Return the title to be used in page heads. 'site_title' => { default => "''" }, - # Return the license information - 'license_info' => { default => 'undef' }, # Return the maximum number of items to be given in the list of reports on the map 'on_map_list_limit' => { default => 'undef' }, # Return a boolean indicating whether the cobrand allows photo uploads |