[Typo3] Need help with GMENU layers and CUR

JoH info at cybercraft.de
Wed Aug 24 14:42:14 CEST 2005


> Do you mean like this? Does not seem to work :(

of course not, since there are some missing brackets
it has to be:

page.10 = HMENU
page.10 {
    1 = GMENU_LAYERS
    1 {
        # blah
        NO {
            # blah
        }
        RO=1
        RO < .NO
        RO {
           # blah if necessary
        }
        CUR = 1
        CUR < .RO
        CUR {
           # blah if necessary
        }
        ACT = 1
        ACT < .CUR
        ACT {
           # blah if necessary
        }
    }
    2 = GMENU
    2 {
        # same things here
    }
}

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau





More information about the TYPO3-english mailing list