diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyBarangay.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyBarangay.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm index c7535f856..194556e72 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm @@ -4,14 +4,6 @@ use base 'FixMyStreet::Cobrand::Default'; use strict; use warnings; -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 country { return 'PH'; } |