aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/include_variables.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-081-0/+1
A new method to handle this type of path was added and compile_tag_include, compile_tag_include_php and compile_tag_include_js were modified to use it appropriately. Tests were added for these three macros also. PHPBB3-10970