diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 8 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 18 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/EmptyHomes.pm | 11 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FiksGataMi.pm | 5 | ||||
-rw-r--r-- | perllib/FixMyStreet/Cobrand/UKCouncils.pm | 5 |
5 files changed, 0 insertions, 47 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm index 21c7d31d6..c33135673 100644 --- a/perllib/FixMyStreet/Cobrand/Bromley.pm +++ b/perllib/FixMyStreet/Cobrand/Bromley.pm @@ -22,14 +22,6 @@ 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 site_name { - return 'Bromley FixMyStreet'; -} - sub disambiguate_location { my $self = shift; my $string = shift; diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index cbad9e965..9b22095f7 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -310,24 +310,6 @@ Return any params to be added to responses sub header_params { return {} } -=head2 site_title - -Return the title to be used in page heads. - -=cut - -sub site_title { 'FixMyStreet' } - -=head2 site_name - -Return short name for use in emails. - -=cut -sub site_name { - my $self = shift; - $self->site_title; -} - =head2 map_type Return an override type of map if necessary. diff --git a/perllib/FixMyStreet/Cobrand/EmptyHomes.pm b/perllib/FixMyStreet/Cobrand/EmptyHomes.pm index 36bc67835..d99dcb3de 100644 --- a/perllib/FixMyStreet/Cobrand/EmptyHomes.pm +++ b/perllib/FixMyStreet/Cobrand/EmptyHomes.pm @@ -48,17 +48,6 @@ sub base_url_with_lang { sub languages { [ 'en-gb,English,en_GB', 'cy,Cymraeg,cy_GB' ] } sub language_domain { 'FixMyStreet-EmptyHomes' } -=item site_title - -Return the title to be used in page heads - -=cut - -sub site_title { - my ($self) = @_; - return _('Report Empty Homes'); -} - =item feed_xsl Return the XSL file path to be used for feeds' diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm index 8b2fb06ea..fc21baed7 100644 --- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm +++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm @@ -20,11 +20,6 @@ sub country { sub languages { [ 'en-gb,English,en_GB', 'nb,Norwegian,nb_NO' ] } sub language_override { 'nb' } -sub site_title { - my ($self) = @_; - return 'FiksGataMi'; -} - sub enter_postcode_text { my ( $self ) = @_; return _('Enter a nearby postcode, or street name and area'); diff --git a/perllib/FixMyStreet/Cobrand/UKCouncils.pm b/perllib/FixMyStreet/Cobrand/UKCouncils.pm index 23f84e76f..a9ebb1b3f 100644 --- a/perllib/FixMyStreet/Cobrand/UKCouncils.pm +++ b/perllib/FixMyStreet/Cobrand/UKCouncils.pm @@ -46,11 +46,6 @@ sub base_url { return $base_url; } -sub site_title { - my ($self) = @_; - return $self->council_name . ' FixMyStreet'; -} - sub enter_postcode_text { my ($self) = @_; return 'Enter a ' . $self->council_area . ' postcode, or street name and area'; |