aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/template.php
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-24 13:19:20 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-24 13:19:20 -0500
commit863592a8bedbacf3e7bf6bee458797e819020e6f (patch)
treea1575ffd81ce07b6fd5323b26c2e18a1dfd69141 /phpBB/phpbb/template/template.php
parent44142782095f4a847e575dde40faef867c704220 (diff)
downloadforums-863592a8bedbacf3e7bf6bee458797e819020e6f.tar
forums-863592a8bedbacf3e7bf6bee458797e819020e6f.tar.gz
forums-863592a8bedbacf3e7bf6bee458797e819020e6f.tar.bz2
forums-863592a8bedbacf3e7bf6bee458797e819020e6f.tar.xz
forums-863592a8bedbacf3e7bf6bee458797e819020e6f.zip
[ticket/11628] Remove set_style_names function, moved to set_custom_style
PHPBB3-11628
Diffstat (limited to 'phpBB/phpbb/template/template.php')
-rw-r--r--phpBB/phpbb/template/template.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/phpbb/template/template.php b/phpBB/phpbb/template/template.php
index c929934376..8554365c95 100644
--- a/phpBB/phpbb/template/template.php
+++ b/phpBB/phpbb/template/template.php
@@ -63,16 +63,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.
*
* @return phpbb_template $this