[TYPO3-dev] sublink is not showed IFSUB problem
Thomas Petersen
tp at codem.dk
Wed Sep 18 11:23:22 CEST 2013
Hi.
I have this menu code, its working fine for the main menu, but the SUBlinks is not generated.
I have made some pages under one of my mainlinks, so the pages is there.
So its must be the IFSUB code thats something wrong with.
Can someone maybe help ?
lib.mainNavi.entryLevel=0
lib.mainNavi.1 = TMENU
lib.mainNavi.1 {
wrap = <ul id="navigation">|</ul>
expAll = 0
NO.allWrap = <li class="drop">|</li>
NO.stdWrap.wrap = <span>|</span>
RO < .NO
RO = 1
CUR < .NO
CUR = 1
CUR.allWrap = <li class="current_page_item">|</li>
CUR.stdWrap.wrap = <span>|</span>
ACT < .CUR
#Sub menu links
IFSUB = 1
IFSUB.wrapItemAndSub= <li class="drop">|</li>
IFSUB.stdWrap.wrap = <span>|</span>
ACTIFSUB < .IFSUB
CURIFSUB < .IFSUB
}
More information about the TYPO3-dev
mailing list