Einzelnen Beitrag anzeigen
  #1  
Alt 14.01.08, 20:08
Benutzerbild von borobudur
borobudur borobudur ist offline
Forum Aktivist
 
Registriert seit: 13.01.08
Beiträge: 58

Menu auf Sublevel


Ich versuche subnodes resp. links darauf anzuzeigen. Meine PAGE-objekt liegt auf dem sublevel 1 meiner baumstruktur. Folgender code zeigt mir nichts an. An was könnte das liegen?
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
navi_top = PAGE
... - ERROR: Line 1: Object Name String, "..." was not preceeded by any operator, =<>({
navi_top.20 = HMENU
navi_top.20.special = directory
navi_top.20.special.value = 10
navi_top.20.wrap = <div id="link"> | </div>
navi_top.20.1 = GMENU
navi_top.20.1.NO.5 =IMAGE
navi_top.20.1.NO.5.file = fileadmin/design_templates/link.gif
navi_top.20.1.NO.10 = TEXT
navi_top.20.1.NO.10.text.field = title
navi_top.20.1.NO.10.wrap = | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Mit Zitat antworten