Hi!

Nino Katic wrote:
> I use this:
> 
> [globalVar = TSFE:id = 1]
> 
> some TS
> 
> [end]
> 
> to simulate if pid = 1 then something
> 
> How can i simulate if pid != 1 ?

[globalVar = TSFE:id > 1] will do for pid=1

for others:

[globalVar = TSFE:id = 12345]
...
[else]
...
[global]

Eveything is described in TSRef, section about conditions.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to