diff options
author | matthew <matthew> | 2008-12-11 10:34:26 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-12-11 10:34:26 +0000 |
commit | ae3f2414aab79f803a19e8266f50c9c6ba2861da (patch) | |
tree | 9a1d0e3ed3bdf2b4e821997879b7a78585c5376d | |
parent | 36f40d5ab48ff334633d480088f72dff943c3d3e (diff) |
Add iPhone new-ness to FMS front page.
-rwxr-xr-x | web/index.cgi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index bd0d22680..717b0ef5b 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.232 2008-12-08 10:31:42 matthew Exp $ +# $Id: index.cgi,v 1.233 2008-12-11 10:34:26 matthew Exp $ use strict; use Standard; @@ -99,6 +99,13 @@ sub front_page { $subhead = '(like graffiti, fly tipping, or neighbourhood noise)' if $q->{site} eq 'scambs'; $out .= '<br><small>' . $subhead . '</small>' if $subhead ne ' '; $out .= '</p>'; + $out .= ' +<p align="center" style="margin-bottom:0"> +<img alt="New!" src="/i/new.png" border="0"> +<a href="http://www.mysociety.org/2008/12/10/fixmystreet-iphone/"> +Get FixMyStreet on your iPhone</a> +</p> +'; $out .= '<p id="error">' . $error . '</p>' if ($error); my $fixed = Problems::recent_fixed(); my $updates = Problems::number_comments(); |