Einzelnen Beitrag anzeigen
  #2  
Alt 22.06.07, 12:29
makai makai ist offline
Forum Zuschauer
 
Registriert seit: 22.06.07
Beiträge: 2

ok hab es hinbekommen

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
temp.topnavi = HMENU
temp.topnavi.special = list
temp.topnavi.special.value = 98,99,100,101,102
temp.topnavi {
1 = GMENU
1 {
wrap = |
NO = 1
NO {
altImgResource = {$buttonPath}image1.jpg||{$buttonPath}image2.jpg||{$buttonPath}image3.jpg||{$buttonPath}image4.jpg||{$buttonPath}image5.jpg
allWrap = <li> | </li>
}
ACT = 1
ACT {
altImgResource = {$buttonPath}image1-act.jpg||{$buttonPath}image2-act.jpg||{$buttonPath}image3-act.jpg||{$buttonPath}image4-act.jpg||{$buttonPath}image5-act.jpg
allWrap = <li> | </li>
}
}
}
Mit Zitat antworten