TYPO3 Aufbau mit der Ext. automaketemplate
Hier mal ein perfekter TYPO3 Aufbau für die ext. automaketemplate
[ad#posting]plugin.tx_automaketemplate_pi1 {
content < plugin.tx_rlmptmplselector_pi1
elements {
BODY.all = 1
BODY.all.subpartMarker = DOCUMENT_BODY
HEAD.all = 1
HEAD.all.subpartMarker = DOCUMENT_HEADER
HEAD.rmTagSections = title
TD.all = 1
DIV.all = 1
}
relPathPrefix = fileadmin/templates/main/
}temp.contentAreaTemplate = TEMPLATE
temp.contentAreaTemplate {template =< plugin.tx_automaketemplate_pi1
// Modify the template selector config: This is a sub template!
template.content.templateType = subworkOnSubpart = DOCUMENT_BODY
subparts.CONTENT < styles.content.get
subparts.RCONTENT < styles.content.getRight
subparts.LCONTENT < styles.content.getLeft
subparts.BORDER < styles.content.getBorder
}temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template =< plugin.tx_automaketemplate_pi1
template.content.templateType = mainworkOnSubpart = DOCUMENT_BODY
subparts.content < temp.contentAreaTemplate# subparts.content = CONTENT
# subparts.content < styles.content.get
}temp.headTemplate = TEMPLATE
temp.headTemplate {
template =< plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_HEADER
}page = PAGE
#page.config.incT3Lib_htmlmail = 1
page {
typeNum = 0
bodyTag =
includeCSS {
# file1 = fileadmin/templates/main/res/layout.css
# file2 = fileadmin/templates/main/res/content.css
}
10 < temp.mainTemplate
headerData.10 < temp.headTemplate
}
Eure Meinung zu dem Artikel ist gefragt! Schreibt mir ein Kommentar
Ich freue mich auf einen Blick auf meine Amazon-Wunschliste. Vielen Dank!
Markus
wirkt sehr übersichtlich….