diff options
author | matthew <matthew> | 2008-10-14 09:53:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-14 09:53:30 +0000 |
commit | 628ce6cf7d841cda375f093e45e8e9c9e04d230d (patch) | |
tree | c15ecad5c60226e1f7e4b36c02baed756e000c5e /web/posters/index.cgi | |
parent | 260d05b00000808cbf235032e94a3f1a3c5d36f1 (diff) |
Badge (provided by Lincolnshire council).
Diffstat (limited to 'web/posters/index.cgi')
-rwxr-xr-x | web/posters/index.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/posters/index.cgi b/web/posters/index.cgi index 54fb87bfa..a4c9c0919 100755 --- a/web/posters/index.cgi +++ b/web/posters/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.7 2008-10-09 14:20:55 matthew Exp $ +# $Id: index.cgi,v 1.8 2008-10-14 09:53:37 matthew Exp $ use strict; use Standard -db; @@ -28,6 +28,7 @@ Page::do_fastcgi(\&main); sub body { my $q = shift; return $q->h1(_('Publicity Material')) . + '<img align="right" hspace="5" src="/i/fms-badge.png" alt="FixMyStreet badge">' . '<img align="right" hspace="5" src="poster.png" alt="Example poster">' . $q->p(_('Here are some posters you can use to publicise FixMyStreet.')) . $q->h2(_('Posters')) . |