[TYPO3] Condition in globalVar

Darko Jr. Gonzalez jkokino at gmail.com
Tue Oct 23 22:42:56 CEST 2007


[globalVar = TSFE:id > 0]&&[globalVar = TSFE:id < 11]
lib.flash = RECORDS
lib.flash.tables = tt_content
lib.flash.source = 183
[global]

this means that this tt_content will appear on all pages with id>0 and id<11
(1,2,3,4,5,6,7,8,9,10)


[globalVar = TSFE:id = 1][globalVar = TSFE:id = 11]
lib.flash = RECORDS
lib.flash.tables = tt_content
lib.flash.source = 183
[global]

Will appear on index.php?id=1 and index.php?id=11

:)

cool? :)


More information about the TYPO3-english mailing list