[TYPO3] How to defining level HMENU ?

nirmalya[5e,India] nirmalya at fivee.in
Mon Apr 17 10:20:49 CEST 2006


Hello,

  I've a HMENU that has '1st level' and  '2nd level' pages.
Now i want to display 'first level' and its corresponding  '2nd level' 
menu  in different locations in a same page .
  How it b possible ..


subparts.LEFTNAVI < temp.leftNavi

//my code is here
temp.leftNavi= HMENU
entryLevel = 0
temp.leftNavi{
   maxItems = 8
    1 = TMENU
     {
     expAll=0
     wrap =  |
     NO {
       wrapItemAndSub = <table ><tr><td>  |</td></tr> </table>
     }
    }

   2 = TMENU
   2 {
     expAll=0
     wrap =  |
     NO {
       wrapItemAndSub =<table ><tr><td>  |</td></tr> </table>
     }
   }



More information about the TYPO3-english mailing list