[TYPO3-english] TS-Problem
Markus Deckmann
Markus.Deckmann79 at web.de
Wed Apr 29 01:48:47 CEST 2009
Hi,
I try to use the following TS-Setup-Code to render the content from the
page with ID 70:
temp.subcontent.10 = CONTENT
temp.subcontent.10 {
table = tt_content
select {
where = (tt_content.pid=70)
orderBy = sorting
}
stdWrap.override.cObject < styles.content.get
wrap = |
}
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_BODY
subparts.SUBMENU < temp.submenu
subparts.SUBCONTENT < temp.subcontent.10
}
If I view the site in the FE I just get the content from active page.
What will I do wrong in this example?
Thanks for hints.
Bye Markus
More information about the TYPO3-english
mailing list