diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 14:01:07 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-01 14:01:07 +0100 |
commit | b02621771ab51fa7c2d3892c9e054956d9acf71e (patch) | |
tree | 26072fd03cec2b3512904f368c92a413684f9215 /perllib/FixMyStreet/Cobrand/Bromley.pm | |
parent | 32dded5497a353069ce2db7169175fead1990870 (diff) |
Update Bromley title text.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Bromley.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index b59080848..acdefb41e 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -17,6 +17,11 @@ sub path_to_web_templates { ]; } +sub site_title { + my ($self) = @_; + return "London Borough of Bromley - Report a problem in Bromley\x{2019}s streets or parks"; +} + sub disambiguate_location { my $self = shift; return { |