[TYPO3-english] Show parent elements with HMENU ?
Joakim Hansen
joakim at medialabs.no
Sun Jan 31 18:06:49 CET 2016
Currently my site hierarchy is
Private
- One
- Two
- Three
Corporate
- Four
- Five
- Six
If I click into One, menu shows only One, Two Three.
How can I make it show Private, One, Two, Three, Corporate ?
Here's current code:
lib.secondNavi = HMENU
lib.secondNavi.entryLevel=1
lib.secondNavi.1 = TMENU
lib.secondNavi.1 {
wrap = <ul id="secondNavi">|</ul>
expAll = 0
NO.allWrap = <li>|</li>
RO < .NO
RO = 1
CUR < .NO
CUR = 1
CUR.allWrap = <li class="active">|</li>
ACT < .CUR
}
More information about the TYPO3-english
mailing list