[TYPO3-german] Marker-Problem
Frank Wendorf
frank.wendorf at webdienstleister.com
Mon Jan 12 16:01:31 CET 2015
Ich habe leider mal wieder ein Problem mit dem Markern und finde partout nicht die Lösung und hoffe nun auf Eure Hilfe.
HTML-Code:
<div class="left">
###CONTENT_LEFT###
###CONTENT_RIGHT###
###NAVIGATION###
###NAVIGATION_2###
</div>
TS-Code:
page.10 = TEMPLATE
page.10 {
template = FILE
template.file = fileadmin/templates/artikelseite.html
workOnSubpart = DOCUMENT_BODY
marks.INHALT < styles.content.get
marks.CONTENT_LEFT = CONTENT
marks.CONTENT_LEFT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 1
}
marks.CONTENT_RIGHT = CONTENT
marks.CONTENT_RIGHT {
table = tt_content
select.orderBy = sorting
select.where = colPos = 2
}
marks.NAVIGATION = HMENU
marks.NAVIGATION {
entryLevel = 0
### Erste Ebene ###
1 = TMENU
1 {
wrap = <ul class="menu">|</ul>
expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
2 = TMENU
2 {
wrap = <ul>|</ul>
#expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
marks.NAVIGATION_2 = HMENU
marks.NAVIGATION_2 {
entryLevel = 0
### Erste Ebene ###
1 = TMENU
1 {
wrap = <ul class="menu">|</ul>
expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
2 = TMENU
2 {
wrap = <ul>|</ul>
#expAll = 1
NO.wrapItemAndSub = <li>|</li>
}
}
Bis auf "marks.NAVIGATION_2" werden alle Marke korrekt ausgegeben Ich hae keine Erklärung, warum "marks.NAVIGATION_2" nur als Marker im ausgegeben wird. Siehe http://s130204616.online.de/typo3_src/index.php?id=3
Könnt Ihr mir bitte sagen, worin mein Fehler besteht. ?
Vielen Dank für Eure Hilfe.
More information about the TYPO3-german
mailing list