mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10735] Changing locator paths structure
Changing locator paths to 2 dimensional array PHPBB3-10735
This commit is contained in:
@@ -39,11 +39,4 @@ interface phpbb_style_path_provider_interface extends Traversable
|
||||
* @return null
|
||||
*/
|
||||
public function set_styles(array $styles);
|
||||
|
||||
/**
|
||||
* Retrieves the path to the main style passed into set_styles()
|
||||
*
|
||||
* @return string Main style path
|
||||
*/
|
||||
public function get_main_style_path();
|
||||
}
|
||||
|
Reference in New Issue
Block a user