1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge PR #1194 branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11323] Add tests for inclusion of defined variables
This commit is contained in:
Oleg Pudeyev
2013-01-13 20:12:06 -05:00
3 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
<!-- DEFINE $DEF = '{VARIABLE}' -->
<!-- INCLUDE {$DEF} -->

View File

@@ -0,0 +1,4 @@
<!-- BEGIN loop -->
<!-- DEFINE $DEF = '{loop.NESTED_FILE}' -->
<!-- INCLUDE {$DEF} -->
<!-- END loop -->