mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/11628] Remove set_style_names function, moved to set_custom_style
PHPBB3-11628
This commit is contained in:
@@ -62,16 +62,6 @@ interface phpbb_template
|
||||
*/
|
||||
public function set_custom_style($names, $paths, $template_path = 'template/');
|
||||
|
||||
/**
|
||||
* Sets the style names/paths corresponding to style hierarchy being compiled
|
||||
* and/or rendered.
|
||||
*
|
||||
* @param array $style_names List of style names in inheritance tree order
|
||||
* @param array $style_paths List of style paths in inheritance tree order
|
||||
* @return phpbb_template $this
|
||||
*/
|
||||
public function set_style_names(array $style_names, array $style_paths);
|
||||
|
||||
/**
|
||||
* Clears all variables and blocks assigned to this template.
|
||||
*
|
||||
|
Reference in New Issue
Block a user