mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 16:22:58 +02:00
[ticket/13132] Enable twig expressions tests
PHPBB3-13132
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!-- BEGIN loop -->
|
||||
|
||||
<!-- IF loop.S_ROW_NUM is divisible by 4 -->on<!-- ELSE -->off<!-- ENDIF -->
|
||||
<!-- IF loop.S_ROW_NUM is divisible by(4) -->yes<!-- ELSE -->no<!-- ENDIF -->
|
||||
|
||||
<!-- END loop -->
|
||||
|
||||
<!-- BEGIN loop -->
|
||||
|
||||
<!-- IF loop.S_ROW_NUM is divisible by 3 -->on<!-- ELSE -->off<!-- ENDIF -->
|
||||
<!-- IF loop.S_ROW_NUM is divisible by(3) -->yes<!-- ELSE -->no<!-- ENDIF -->
|
||||
|
||||
<!-- END loop -->
|
||||
|
Reference in New Issue
Block a user