Einzelnen Beitrag anzeigen
  #1  
Alt 08.07.08, 16:24
borboleta borboleta ist offline
Forum Newbie
 
Registriert seit: 06.05.08
Beiträge: 15

Zeilenumbruch Gmenu


Hallo Forum!

Möchte einen Zeilenumbruch in einem Gmenu machen, bei mir funzt aber nicht:

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:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
page.10.marks{
LEFT.40 = HMENU
LEFT.40 {
special = list
special.value = 67
entryLevel = 1

1 = TMENU
1 {
expAll = 0
noBlur = 1
wrap = <div class = "leftmenue"> | </div>
NO {
allWrap = |

10 = TEXT
10.text.field = title
10.text.listNum = 0
10.text.listNum.splitChar = |
15 < .10
15.text.listNum = 1

ATagParams = class="level1-no"
}
ACT = 1
ACT {
ATagParams = class="level1-act"
}

2 = TMENU
2 {
expAll = 0
noBlur = 1
wrap  = |
NO {
allWrap = <hr>

10 = TEXT
10.text.field = title
10.text.listNum = 0
10.text.listNum.splitChar = |
15 < .10
15.text.listNum = 1

ATagParams = class="level2-no"
before.cObject = IMAGE
before.cObject{
file=fileadmin/images/Grafiksymbole/unordered_list_bullet.jpg
}
}
ACT = 1
ACT {
allWrap = <hr>
ATagParams = class="level2-act"
            #ATagTitle.field = description // title
before.cObject = IMAGE
before.cObject{
file=fileadmin/images/Grafiksymbole/unordered_list_bullet.jpg
}
}
}


} //left

} //marks[b] - ERROR:[/b] Line 65: The script is short of 1 end brace(s) - ERROR: Line 65: The script is short of 1 end brace(s)
Danke + Gruß
Mit Zitat antworten
TYPO3forum.net empfiehlt den T3N Testsieger: Bestes Preis-Leistungs-Verhältnis (Ausgabe 12/2008)