diff options
author | matthew <matthew> | 2008-02-01 12:10:05 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-02-01 12:10:05 +0000 |
commit | a0de8b6117508109764186bcbc943be651f05be1 (patch) | |
tree | 23a3b02f9b44d95120d6014caaa0210adb03f1e2 | |
parent | 6cc6a73ccf422b338e3c580416aab35197b7ff55 (diff) |
Link direct to GNY add page.
-rw-r--r-- | perllib/CrossSell.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/CrossSell.pm b/perllib/CrossSell.pm index 458bbb2d8..d526a6163 100644 --- a/perllib/CrossSell.pm +++ b/perllib/CrossSell.pm @@ -9,7 +9,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: CrossSell.pm,v 1.5 2008-01-31 22:06:14 matthew Exp $ +# $Id: CrossSell.pm,v 1.6 2008-02-01 12:10:06 matthew Exp $ # Config parameters site needs set to call these functions: # OPTION_AUTH_SHARED_SECRET @@ -122,7 +122,7 @@ sub display_advert ($$;$%) { } my @adverts = ( - [ 'gny', '<h2>Are you a member of a local group…</h2> …which uses the internet to coordinate itself, such as a neighbourhood watch? If so, please help the charity that runs FixMyStreet by <a href="http://www.groupsnearyou.com/">adding some information about it</a> to our new site, GroupsNearYou.' ], + [ 'gny', '<h2>Are you a member of a local group…</h2> …which uses the internet to coordinate itself, such as a neighbourhood watch? If so, please help the charity that runs FixMyStreet by <a href="http://www.groupsnearyou.com/add/about/">adding some information about it</a> to our new site, GroupsNearYou.' ], # Since you're interested in your local area, why not # start a long term relationship with your MP? [ 'hfymp', '<h2 style="margin-bottom:0">Get email from your MP in the future</h2> <p style="font-size:120%;margin-top:0;">and have a chance to discuss what they say in a public forum [form]Sign up to HearFromYourMP[/form]' ], |