aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/include_loop3.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10322] Separate template varref resolution from output generationPatrick Webster2011-09-161-0/+1
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