From ba8d2c4ba6f6c0216d618e77d368b640a2b92d1e Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 7 Jul 2014 16:59:23 +0100 Subject: Rename 'default' web directory to 'base'. This should reduce confusion with the Default cobrand and override order. --- perllib/FixMyStreet/App/View/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perllib/FixMyStreet/App/View/Web.pm') diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm index e4aafe951..033ad583f 100644 --- a/perllib/FixMyStreet/App/View/Web.pm +++ b/perllib/FixMyStreet/App/View/Web.pm @@ -13,7 +13,7 @@ use Utils; __PACKAGE__->config( TEMPLATE_EXTENSION => '.html', INCLUDE_PATH => [ # - FixMyStreet->path_to( 'templates', 'web', 'default' ), + FixMyStreet->path_to( 'templates', 'web', 'base' ), ], ENCODING => 'utf8', render_die => 1, -- cgit v1.2.3