diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-30 11:53:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-30 11:53:38 +0100 |
commit | cf3f4120f7e11917358c10863b1d6b53d14e471e (patch) | |
tree | b2cfd2b28b8d786bc53cd12074474f702a8d2aaf /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 7b4f5a5d0529eeaf3e1e1f0328e5563a7b9d750c (diff) |
Have Bromley logo on main site too, use short name in confirmation emails.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index f7d885da2..4f2535437 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -27,6 +27,9 @@ sub site_title { my ($self) = @_; return "London Borough of Bromley - Report a problem in Bromley\x{2019}s streets or parks"; } +sub site_name { + return 'Bromley FixMyStreet'; +} sub disambiguate_location { my $self = shift; |