1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[feature/twig] Add template test for ===, !==

PHPBB3-11598
This commit is contained in:
Nathan Guse
2013-07-05 10:29:24 -05:00
parent 81f0715b8e
commit 1f4a717f9e
2 changed files with 26 additions and 4 deletions

View File

@@ -9,3 +9,11 @@
<!-- IF S_VALUE and S_OTHER_VALUE and (S_VALUE > S_OTHER_VALUE) -->
04
<!-- ENDIF -->
<!-- IF S_TEST === false -->
false
<!-- ENDIF -->
<!-- IF S_TEST !== false -->
!false
<!-- ENDIF -->