[TYPO3-english] display content in every page
Daniel Huf
dhuf at cross-systems.com
Wed Apr 8 09:37:10 CEST 2009
I'm using a hidden page or sysfolder in which I drop the contents.
Depending you might need to change some parameter in the select.
Hope that helps
CONSTANTS
# cat=baseText/chtml/a; type=int; label=content page ID
lib.page.content.folder.pid = 312
# cat=baseText/chtml/b; type=wrap; label=base Text wrap
lib.page.content.folder.wrap = <div>|</div>
SETUP
lib.page.content.folder = CONTENT
lib.page.content.folder {
table = tt_content
select.max = 4
select.orderBy = date DESC
select.pidInList= {$lib.page.content.folder.pid}
stdWrap.wrap = {$lib.page.content.folder.wrap}
}
More information about the TYPO3-english
mailing list