1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[feature/template-engine] Test template DEFINE statements across files

PHPBB3-9726
This commit is contained in:
Nils Adermann
2011-07-17 01:42:42 -04:00
committed by Oleg Pudeyev
parent bf34264f4f
commit ee203b4632
3 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
{$VALUE}
<!-- DEFINE $VALUE = 'abc' -->
{$VALUE}
<!-- INCLUDE define_include.html -->
{$INCLUDED_VALUE}
{$VALUE}
<!-- UNDEFINE $VALUE -->
{$VALUE}
<!-- DEFINE $VALUE -->

View File

@@ -0,0 +1,3 @@
{$VALUE}
<!-- DEFINE $INCLUDED_VALUE = 'bar' -->
{$INCLUDED_VALUE}