diff options
author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-31 21:20:18 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <arty@phpbb.com> | 2012-03-31 21:20:18 +0300 |
commit | b3f46b9565117940b79c7530a1c21336cd072073 (patch) | |
tree | 90066a5ac6afdf000eb37eacba2cee0f615477ae /phpBB/includes/style/path_provider_interface.php | |
parent | 7e2f16aafa47f8db51a12a293b0616cb75b4d12f (diff) | |
download | forums-b3f46b9565117940b79c7530a1c21336cd072073.tar forums-b3f46b9565117940b79c7530a1c21336cd072073.tar.gz forums-b3f46b9565117940b79c7530a1c21336cd072073.tar.bz2 forums-b3f46b9565117940b79c7530a1c21336cd072073.tar.xz forums-b3f46b9565117940b79c7530a1c21336cd072073.zip |
[ticket/10735] Changing locator paths structure
Changing locator paths to 2 dimensional array
PHPBB3-10735
Diffstat (limited to 'phpBB/includes/style/path_provider_interface.php')
-rw-r--r-- | phpBB/includes/style/path_provider_interface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/style/path_provider_interface.php b/phpBB/includes/style/path_provider_interface.php index 7ae94e17f4..1a6153a4d3 100644 --- a/phpBB/includes/style/path_provider_interface.php +++ b/phpBB/includes/style/path_provider_interface.php @@ -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(); } |