Einzelnen Beitrag anzeigen
  #9  
Alt 08.03.08, 12:13
nolis nolis ist offline
Forum Newbie
 
Registriert seit: 08.03.08
Beiträge: 13

hab das nun mal so gemacht: (hat jedoch nicht funktioniert)

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
# Menu 1 cObject
temp.menu_1 = HMENU
  # First level menu-object, textual
temp.menu_1.1 = TMENU
temp.menu_1.1 {
    # Normal state properties  
NO.allWrap = <td>:&nbsp;|&nbsp;:</td>
NO.ATagParams = class="Menu"
ACT.ATagParams = class="Menu"
    # Enable active state and set properties:
ACT = 1
ACT.allWrap = <td>:&nbsp;|&nbsp;:</td>
special = list
special.value = ID 26, ID 27
}
  # Second level menu-object, textual
temp.menu_1.2 = TMENU
temp.menu_1.2 {
    # Normal state properties
NO.allWrap = | &nbsp;
    # Enable active state and set properties:
ACT = 1
}
Mit Zitat antworten