So das ist mal das Typoscript für das normale Dropdownmenu..
Code:
lib.mainMenu = HMENU
lib.mainMenu.entryLevel = 0
lib.mainMenu {
1 = TMENU
1 {
noBlur = 1
expAll = 1
wrap = <ul class="menu menu_orange">|</ul>
NO.wrapItemAndSub = <li>|</li>
NO.ATagParams = class='drop'
ACT < .NO
ACT = 1
ACT.ATagParams = class='drop'
}
### Zweite Ebene ###
2 = TMENU
2 {
expAll = 1
wrap = <div class="dropdown_1column"><div class="col_1 firstcolumn"><ul class="levels">|</ul></div></div>
NO.wrapItemAndSub = <li>|</li>
NO.ATagParams = class='parent'
ACT < .NO
ACT = 1
}
3 = TMENU
3 {
expAll = 1
wrap = <ul>|</ul>
NO.allWrap = <li>|</li>
ACT < .NO
ACT = 1
}
## Menu [End] - ERROR: Line 44: The script is short of 1 end brace(s)
Nun ist für mich die Frage wie bekomme ich das ganze so hin das ich einzelne Inhaltselemente wrape und in die Navigation mit einbinde.
Hier hab ich mal das MENU Hochgelade: DROPDOWNMENU
Lesezeichen