diff options
author | Steven Day <steve@mysociety.org> | 2015-07-29 11:16:09 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-09-17 14:32:05 +0100 |
commit | 50785978cba677df93c63fbdc9f62dacb8feaafe (patch) | |
tree | 66f10afc34e0f7f9fd326a95a3229de71f28db59 /perllib/FixMyStreet/Cobrand/Greenwich.pm | |
parent | 7dad4736b0550cf53439d87591e4c79dce85ca0f (diff) |
[UK Councils] Add contact_email addresses to cobrands
This sets the contact email for:
- East Sussex
- Greenwich
- Oxfordshire
- Stevenage
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Greenwich.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index 18b0c2f5e..7535a34bf 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -44,4 +44,9 @@ sub pin_colour { return 'yellow'; } +sub contact_email { + my $self = shift; + return join( '@', 'fixmystreet', 'royalgreenwich.gov.uk' ); +} + 1; |