Einzelnen Beitrag anzeigen
  #4  
Alt 27.04.06, 22:31
potowotoumi potowotoumi ist offline
Forum Zuschauer
 
Registriert seit: 25.04.06
Alter: 24
Beiträge: 2

Vielen Dank!
so hats wunderbar geklappt:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
# sec_navigation cObject
temp.sec_navigation = HMENU
temp.sec_navigation {
entryLevel = 1
## Second level menu-object, textual
1 = TMENU
1 {
# Normal state properties
NO.allWrap = <li> | </li>
NO.stdWrap.htmlSpecialChars = 1
# Enable active state and set properties:
ACT = 1
ACT.allWrap = <li id="current2"> | </li>
ACT.stdWrap.htmlSpecialChars = 1
}
}
Mit Zitat antworten