mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[feature/twig] Changing INCLUDEJS behavior slightly
Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598
This commit is contained in:
@@ -44,6 +44,7 @@ class phpbb_template_twig_lexer extends Twig_Lexer
|
||||
'DEFINE.+=',
|
||||
'INCLUDE',
|
||||
'INCLUDEPHP',
|
||||
'INCLUDEJS',
|
||||
), $code);
|
||||
|
||||
// Fix our BEGIN statements
|
||||
|
Reference in New Issue
Block a user