[TYPO3-mvc] Fluid conditions with logical OR/AND?

Alexander Dick alex at dick.at
Mon Sep 20 14:15:36 CEST 2010


Hey guys, 

how do I accomplish something like

<f:if condition="{item.foo} || {item.bar}">

or

<f:if condition="{item.foo} OR {item.bar}">

or

<f:if condition="{item.foo} && {item.bar}">

in fluid? This seems not to work.

Cheers
Alex



More information about the TYPO3-project-typo3v4mvc mailing list