Quantcast
Channel: TYPO3 Template & Typoscript - TYPO3 Forum
Viewing all articles
Browse latest Browse all 197

Das ganze HMENU klappt nicht

$
0
0
Auf dem Frontend kommt nur eine weiße Seite raus und im Quelltext steht ganz oben links eine "1"
Was mach ich falsch? Die beiden special.value sind die richtigen variablen die ich nutzen will und natürlich auch exestieren.
   

    TOP_NAV = HMENU
    TOP_NAV {
        special = directory
        special.value = 3
        1 = TMENU
        1.NO = 1
        1.NO.linkWrap = | || |*|  | | |*|  |
     }

     LEFT_NAV = HMENU
     LEFT_NAV {
       special = directory
       special.value = 6
       1 = GMENU
       1.NO = 1
       1.NO {
         XY = 180, 29
         backColor = #69A450
         10 = TEXT 
         10 {
           text.field = title
           fontColor = #000000
           fontFile = fileadmin/agencyb.tff
           fontSize = 15
           niceText = 1
           offset = 14, 20
         }
        

       }

Viewing all articles
Browse latest Browse all 197