[TYPO3-english] Submenus on sidebar

Theo Kotey tkotey at gmail.com
Wed Jul 22 15:47:53 CEST 2009


Hi,
I have a website where the main menus are on top horizontally. I would 
like my submenus NOT to appear below the main menus but to on a sidebar.

Below is my TS which only displays the main menus. How do I edit it to 
display the submenus on a side bar?

# Menu 1 cObject
lib.menu_1 = HMENU
# First level menu-object, textual
lib.menu_1 {
    #wrap =  <ul id="tabs"> | </ul>
   entryLevel = 0
   1 = TMENU
   1 {
     wrap =  <ul class="tabs"> | </ul>

     noBlur = 1
     expAll = 1

     NO = 1
     NO {
       wrapItemAndSub = <li>|</li>
       }

     ACT = 1
     ACT < .NO

     ACT {
       wrapItemAndSub = <li id="home"> | </li>
     }
   }

Thanks
Theo Kotey


More information about the TYPO3-english mailing list