diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Hart.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hart.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hart.pm b/perllib/FixMyStreet/Cobrand/Hart.pm index cab834b69..adccfce67 100644 --- a/perllib/FixMyStreet/Cobrand/Hart.pm +++ b/perllib/FixMyStreet/Cobrand/Hart.pm @@ -16,14 +16,6 @@ sub problems_clause { return { bodies_str => { like => '%2333%' } }; } -sub path_to_web_templates { - my $self = shift; - return [ - FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify, - FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify - ]; -} - sub disambiguate_location { my $self = shift; my $string = shift; |