From e52022c572c6f1a7cbab7e665e4b738f9e084f7f Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 1 Sep 2011 15:16:21 -0400 Subject: [feature/extension-manager] Make sure named styles are loaded from root dir PHPBB3-10323 --- phpBB/includes/template/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/template/template.php') diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index d46032f521..228ea93513 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -133,7 +133,7 @@ class phpbb_template $templates[$fallback_template_name] = $fallback_template_path; } - $this->provider->set_templates($templates); + $this->provider->set_templates($templates, $this->phpbb_root_path); $this->locator->set_paths($this->provider); $this->locator->set_main_template($this->provider->get_main_template_path()); -- cgit v1.2.1