mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-29 06:26:22 +01:00
This adds 2 tests for the template engine. The test using include_define_variable.html will test if a defined variable, which was defined with another template variable, can be used to include a file. The second test will do the same inside a loop using a loop variable. PHPBB3-11323
5 lines
106 B
HTML
5 lines
106 B
HTML
<!-- BEGIN loop -->
|
|
<!-- DEFINE $DEF = '{loop.NESTED_FILE}' -->
|
|
<!-- INCLUDE {$DEF} -->
|
|
<!-- END loop -->
|