diff options
author | matthew <matthew> | 2008-01-31 22:06:14 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-01-31 22:06:14 +0000 |
commit | 569eae46851ea180bc972f056fb48b6210d9a51d (patch) | |
tree | 1614ac8e4112cb2c112f6daac3d496069a5aaeb4 /perllib/CrossSell.pm | |
parent | 7af3bb6fdb47844fb55be87d429ee96cbf973bd4 (diff) |
Mention right site.
Diffstat (limited to 'perllib/CrossSell.pm')
-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 d596f4606..458bbb2d8 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.4 2008-01-31 10:30:37 matthew Exp $ +# $Id: CrossSell.pm,v 1.5 2008-01-31 22:06:14 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 WriteToThem 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/">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]' ], |