From 52b3d54805af6d0a89ede1cd2acac92cd95693c0 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 17 Jan 2016 20:11:36 +0100 Subject: [ticket/13717] Set the assets after rendering the whole template The goal being to be able to call INCLUDECSS/JS from anywhere in any tempalte or event PHPBB3-13717 --- phpBB/phpbb/template/twig/node/includejs.php | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'phpBB/phpbb/template/twig/node/includejs.php') diff --git a/phpBB/phpbb/template/twig/node/includejs.php b/phpBB/phpbb/template/twig/node/includejs.php index e77f2afeed..505b49757b 100644 --- a/phpBB/phpbb/template/twig/node/includejs.php +++ b/phpBB/phpbb/template/twig/node/includejs.php @@ -18,20 +18,8 @@ class includejs extends \phpbb\template\twig\node\includeasset /** * {@inheritdoc} */ - public function get_definition_name() + public function get_setters_name() { - return 'SCRIPTS'; - } - - /** - * {@inheritdoc} - */ - protected function append_asset(\Twig_Compiler $compiler) - { - $compiler - ->raw("\n") - ; + return 'script'; } } -- cgit v1.2.1