1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/11718] Quick test for fixes in ELSEIF

PHPBB3-11718
This commit is contained in:
Nathaniel Guse
2013-07-19 13:34:08 -05:00
parent b92f660ed3
commit 1c59ad87b0
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
{$VALUE}
<!-- DEFINE $VALUE = 'abc' -->
{$VALUE}
<!-- IF $VALUE != 'abc' -->
$VALUE != 'abc'
<!-- ELSEIF $VALUE == 'abc' -->
$VALUE == 'abc'
<!-- ENDIF -->
<!-- INCLUDE define_include.html -->
{$INCLUDED_VALUE}
{$VALUE}