aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Base.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-08-07 15:41:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-08-07 15:41:42 +0100
commit8f1a2a7c316a8fc9c615e41877e1d26500ca8860 (patch)
treeba83bb2dfaafbb68ddfe98dd6f088daf11a6984f /perllib/FixMyStreet/Cobrand/Base.pm
parent17eae6e568cdd1beef3a93858c8fcb46916821a6 (diff)
Set up default cobrand to use fixmystreet templates when inherited.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Base.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Base.pm14
1 files changed, 0 insertions, 14 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Base.pm b/perllib/FixMyStreet/Cobrand/Base.pm
index 4a95294d6..4941712b2 100644
--- a/perllib/FixMyStreet/Cobrand/Base.pm
+++ b/perllib/FixMyStreet/Cobrand/Base.pm
@@ -51,19 +51,5 @@ sub is_default {
return $self->moniker eq 'default';
}
-=head2 path_to_web_templates
-
- $path = $cobrand->path_to_web_templates( );
-
-Returns the path to the templates for this cobrand - by default
-"templates/web/$moniker"
-
-=cut
-
-sub path_to_web_templates {
- my $self = shift;
- return [ FixMyStreet->path_to( 'templates/web/fixmystreet' )->stringify ];
-}
-
1;