aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/SeeSomething.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-01-15 18:10:13 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-01-19 16:54:24 +0000
commit311dabb07a166ad44b5c5259358f17ed74a1d1b3 (patch)
tree1ae6ddda0a5d8d9f565252a8eee9b88e810c280a /perllib/FixMyStreet/Cobrand/SeeSomething.pm
parent683bc0b0898df79a6281ebcab93045b79649484e (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/SeeSomething.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/SeeSomething.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/Cobrand/SeeSomething.pm b/perllib/FixMyStreet/Cobrand/SeeSomething.pm
index 5e6d3a8cd..775ba770b 100644
--- a/perllib/FixMyStreet/Cobrand/SeeSomething.pm
+++ b/perllib/FixMyStreet/Cobrand/SeeSomething.pm
@@ -9,8 +9,6 @@ sub council_area { return 'West Midlands'; }
sub council_name { return 'See Something Say Something'; }
sub council_url { return 'seesomething'; }
sub area_types { [ 'MTD' ] }
-sub site_title { return 'See Something, Say Something'; }
-
sub site_restriction {
my $self = shift;