[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? :)
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to