1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[feature/extension-manager] Make sure named styles are loaded from root dir

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-09-01 15:16:21 -04:00
parent 4d08d769c2
commit e52022c572
4 changed files with 12 additions and 6 deletions

View File

@@ -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());