[TYPO3-UG Denmark] Nyheds tabel
Søren Vedel
sv at workhouse.com.br
Fri May 5 19:25:24 CEST 2006
Hej Michael,
Et hurtigt bud er, at du tilføjer lidt her:
# Main TEMPLATE cObject for the BODY
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
# Feeding the content from the Auto-parser to the TEMPLATE cObject:
template =< plugin.tx_automaketemplate_pi1
# Select only the content between the <body>-tags
workOnSubpart = DOCUMENT_BODY
# Substitute the ###menu_1### subpart with some example content:
subparts.menu_1 < temp.menu_1
# Substitute the ###content### subpart with some example content:
subparts.content < styles.content.get
# Substitute the ###news### subpart with some example content:
subparts.news < styles.content.getRight
# eller alternativt, hvis du vil have news på alle sider
# subparts.news < plugin.tt_news
}
Du skal selvfølgelig huske at tilføje <div id="news"> i din
html-template. Er du med?
MVH
Søren Vedel
More information about the TYPO3-UG-denmark
mailing list