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/path_provider_interface.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/template/path_provider_interface.php') diff --git a/phpBB/includes/template/path_provider_interface.php b/phpBB/includes/template/path_provider_interface.php index 800d7697d9..822393a91e 100644 --- a/phpBB/includes/template/path_provider_interface.php +++ b/phpBB/includes/template/path_provider_interface.php @@ -39,9 +39,11 @@ interface phpbb_template_path_provider_interface extends Traversable * The first element is the main template. * If the path is false, it will be generated from * the supplied name. + * @param string $style_root_path The root directory for styles identified + * by name only. * @return null */ - public function set_templates(array $templates); + public function set_templates(array $templates, $style_root_path); /** * Retrieves the path to the main template passed into set_templates() -- cgit v1.2.1