Hallo zusammen,
bin nun paar Tage dabei bisschen mit typo3 zu Arbeiten (Templating), mein Content und Co. wird mir Angezeigt und Backend Layouts und Co gehen auch alle, ABER colPos zeigt nicht meinen Inhalt an... hab ich irgendwo einen Fehler???
page = PAGE
page {
bodyTag >
bodyTagCObject = COA
bodyTagCObject.wrap = <body class="background-large">
includeCSS.style = EXT:mydistribution/Resources/Public/css/style.css
includeCSS.grid = EXT:mydistribution/Resources/Public/css/960.css
}
page.10 = FLUIDTEMPLATE
page.10 {
template = FILE
template.file = EXT:mydistribution/Resources/Public/templates/DefaultTemplate.html
partialRootPath = EXT:mydistribution/Resources/Public/partials/
layoutRootPath = EXT:mydistribution/Resources/Public/layouts/
variables {
mainContent < styles.content.get
theTeaser < styles.content.get
theTeaser {
select.where = colPos = 100
}
sidebarBox < styles.content.get
sidebarBox {
select.where = colPos = 110
}
}
}
lib.mainmenu = HMENU
lib.mainmenu {
entryLevel = 0
1 = TMENU
1 {
wrap = <ul> | </ul>
noBlur = 1
NO = 1
NO {
wrapItemAndSub = <li> | </li>
stdWrap.htmlSpecialChars = 1
ATagTitle.field = title
}
ACT < .NO
ACT {
wrapItemAndSub = <li class="current"> | </li>
}
}
}