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
}
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to