1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11628] Remove the one usage of get_style_path()

Makes the code easier to follow

PHPBB3-11628
This commit is contained in:
Nathaniel Guse
2013-07-24 13:31:09 -05:00
parent 3b46f77e4e
commit 8795a354fe
2 changed files with 3 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ interface phpbb_template
* Note: Templates are still compiled to phpBB's cache directory.
*
* @param string|array $names Array of names or string of name of template(s) in inheritance tree order, used by extensions.
* @param array or string $paths Array of style paths, relative to current root directory
* @param string|array or string $paths Array of style paths, relative to current root directory
* @return phpbb_template $this
*/
public function set_custom_style($names, $paths);