Einzelnen Beitrag anzeigen
  #3  
Alt 29.11.06, 08:25
sventb sventb ist offline
Forum Aktivist
 
Registriert seit: 24.03.06
Alter: 28
Beiträge: 85

Entschuldigung,

ich hätte dazu sagen sollen, dass ich die Sprachauswahl mit TypoScript baue:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
temp.langmenu = HMENU
temp.langmenu.special = language
temp.langmenu.special.value = 1,0,3

temp.langmenu {
1 = GMENU
1.disableAltText = 1
1.NO {
XY = [10.w]+2,16
10 = TEXT
10.text = Deutsch | || English | || Netherlands
10.offset = 1,12
10.niceText = 1
10.fontFile = fileadmin/DINMittelEF-Bold6.pfb
10.fontSize = 10
10.fontColor = #E5E5E5
backColor = #162752
transparentColor = #162752
wrap = |
}
}
Mit Zitat antworten