1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-27 10:14:47 +02:00

[ticket/11816] Test !$DEFINITION

PHPBB3-11816
This commit is contained in:
Nathan Guse
2013-09-02 15:50:34 -05:00
parent 62e81d174d
commit 0c5a39a3ed
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ $VALUE == 'abc'
<!-- IF ($VALUE == 'abc') -->
($VALUE == 'abc')
<!-- ENDIF -->
<!-- IF (!$DOESNT_EXIST) -->
(!$DOESNT_EXIST)
<!-- ENDIF -->
<!-- INCLUDE define_include.html -->
{$INCLUDED_VALUE}
{$VALUE}