mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10322] Separate template varref resolution from output generation
Most template variables can now have their PHP variable name resolved instead of only compiling directly. This allows for the use of block vars in INCLUDE statements. This does not work for language variables since they require multiple checks. Added tests for the new types of allowed INCLUDEs. PHPBB3-10322
This commit is contained in:
@@ -1,3 +1 @@
|
||||
<!-- INCLUDE {FILE} -->
|
||||
<!-- DEFINE $DEF = 'variable.html' -->
|
||||
<!-- INCLUDE {$DEF} -->
|
Reference in New Issue
Block a user