diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-15 18:10:13 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:54:24 +0000 |
commit | 311dabb07a166ad44b5c5259358f17ed74a1d1b3 (patch) | |
tree | 1ae6ddda0a5d8d9f565252a8eee9b88e810c280a /perllib/FixMyStreet/Cobrand/FixaMinGata.pm | |
parent | 683bc0b0898df79a6281ebcab93045b79649484e (diff) |
Move site_title function to site-name web template
This matches the email template behaviour, and makes it much easier to
override without requiring a cobrand package file.
Fixes #979.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixaMinGata.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm index 98c157aef..60f98dd47 100644 --- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm +++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm @@ -9,11 +9,6 @@ use mySociety::MaPit; use FixMyStreet::Geocode::FixaMinGata; use DateTime; -sub site_title { - my ($self) = @_; - return 'FixaMinGata'; -} - sub country { return 'SE'; } |