Hallo
habe bis jetzt mit typo3 3.x gearbeitet und hab meine Menus immer hingekriegt. nun in typo4 4.2.0 gehts nicht mehr und ich weiss nicht warum...
hab ne einfache html-seite als template. darin gibts nen marker ###menu_links### und einen ###menu_oben###. im typoscript spreche ich diese marker folgendermasssen an:
Code:
seite = PAGE
seite {
typeNum = 0
bodyTag = <body bgColor = "#FFFFFF">
stylesheet = fileadmin/template/style.css
meta.AUTHOR = Kurt Althaus
meta.DESCRIPTION = Website des RAZ Köniz
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/template/template_ak_new.html
10.workOnSubparts = DOKUMENT
10.marks {
LOGO = IMAGE
LOGO.file = fileadmin/template/logo_01.gif
MENU_OBEN = HMENU
MENU_OBEN.special = directory
MENU_OBEN.special.value = 60
MENU_OBEN.1 = TMENU
MENU_OBEN.1.NO = 1
MENU_OBEN.1.NO.ATagParams = class="linkWeiss"
MENU_OBEN.1.NO.linkWrap = | |
MENU_LINKS = HMENU
MENU_LINKS.special = directory
MENU_LINKS.special.value = 61
MENU_LINKS.entryLevel = 1
MENU_LINKS.1 = GMENU
MENU_LINKS.1.NO = 1
MENU_LINKS.1.NO {
10 = TEXT
10.text.field = title
10.fontColor = #fa663c
10.fontSize = 11
10.niceText = 0
10.offset = 8, 15
}
CONTENT = CONTENT
CONTENT {
table = tt_content
select.Orderby = sorting
select.where = colPos = 0
}
}
} DAs Menu_Oben funktioniert. Menu_links wird aber nichts angezeigt....
Kann mir jemand sagen was da falsch läuft??