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/Page.pm | |
parent | a0907db5ab6abe16505fa40d0796c0bc415d1d42 (diff) | |
parent | fdf6e233229728ee89c08c20e0b7b65ab7a5dc7c (diff) |
Merge branch 'cities_release_1'
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 7272b2a70..e569bd6d5 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -478,9 +478,11 @@ EOF } $out .= compass($q, $x, $y); my $copyright = _('Crown copyright. All rights reserved. Ministry of Justice'); + my $license_info = Cobrand::license_info($cobrand); + $license_info = "100037819 2008" unless $license_info; $out .= <<EOF; </div> - <p id="copyright">© $copyright 100037819 2008</p> + <p id="copyright">© $copyright $license_info</p> $params{post} EOF $out .= '</div>'; |