[TYPO3-german] Typo3 6.2.6 Backend Layout
Rudolf Fussek
rudolf.fussek at icloud.com
Sat Nov 8 14:34:24 CET 2014
Hallo!
Ich habe ein Backend Layout erstellt und via dem Module Template -> Setup ein FLUID Template erzeugt....
Komisch ist, er zeigt mir keinen Inhalt an... Backend-Layout ID stimmt, denn den WRAP zeigt er mir an aber das darin nicht? Hab ich irgendwo einen Fehler? Hier meinen Code:
page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
file = fileadmin/templates/lynx/template.html
}
}
page.includeCSS {
10 = fileadmin/templates/lynx/css/main.css
20 = fileadmin/templates/lynx/css/lynx.css
}
temp.contentStructure = CASE
temp.contentStructure {
key.field = backend_layout
key.ifEmpty.data = levelfield:-2, backend_layout_next_level, slide
# UID des Backend Layouts
3 = COA
#Content / Article
3.10 = COA
3.10 {
wrap = <article>|</article>
#CONTENT
10 < styles.content.get
10.select.where = colPos = 0
10.wrap = <div id="content">|</div>
#SIDEBAR
20 < styles.content.get
20.select.where = colPos = 2
20.wrap = <div id="sidebox">|</div>
}
}
# Object in die Variable content
page.10.variables {
content < temp.contentStructure
}
Danke für eure Hilfe!
More information about the TYPO3-german
mailing list