1
0
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:
Nathaniel Guse
2013-07-24 13:19:20 -05:00
parent 4414278209
commit 863592a8be
3 changed files with 7 additions and 32 deletions

View File

@@ -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.
*