[TYPO3] AND conditional statements?

Benjamin Mack benni at typo3.org
Fri Mar 21 01:21:00 CET 2008


Hey,

if you read the manual carefully, you find a way to do this.

===============

[globalVar = GP:myVar = 2]&&[globalVar = GP:yourVar = 0]

===============

...

or you can do OR

===============

[globalVar = GP:myVar = 2]||[globalVar = GP:yourVar = 0]

===============

quite simple, eh?

-- 
greetings,
benni.
-SDG-


More information about the TYPO3-english mailing list