aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/include_loop_define.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11701] Fix loops var checkNathaniel Guse2013-07-231-3/+3
| | | | PHPBB3-11701
* [ticket/11323] Add tests for inclusion of defined variablesMarc Alexander2013-01-141-0/+4
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