diff options
author | Louise Crow <louise@mysociety.org> | 2010-02-08 09:55:58 +0000 |
---|---|---|
committer | Louise Crow <louise@mysociety.org> | 2010-02-08 09:55:58 +0000 |
commit | 4ecad0916cd6e973f4b6a1d59b3e3a479411da55 (patch) | |
tree | e8363e99e534889d300d6b6e7e4efcf6931cbbc1 /perllib/Cobrand.pm | |
parent | a0907db5ab6abe16505fa40d0796c0bc415d1d42 (diff) | |
parent | fdf6e233229728ee89c08c20e0b7b65ab7a5dc7c (diff) |
Merge branch 'cities_release_1'
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index 4433858bb..3fc88d9dc 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -90,6 +90,8 @@ 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 |