Hi, I am stucked with my delicious problem,
namely I have a TMENU used to show menu by the page structure. That's the script: lib.topmenu = HMENU lib.topmenu.1 = TMENU lib.topmenu.1 { NO.allWrap = |*||*| <li style="width: 180px;">|</li> || <li style="width:200px;background:none;">|</li> ACT = 1 ACT < NO IFSUB = 1 IFSUB.allWrap = |*||*| <li style="width: 180px;">| || <li style="width:200px; background:none;">| expAll = 1 } lib.topmenu.2 = TMENU lib.topmenu.2.wrap = <div class="co"><ul> | <p></p></ul></div></li> lib.topmenu.2 { NO.allWrap = <li> | </li> ACT = 1 ACT.allWrap = <li class="active"> | </li> NO.ATagParams = |*||*| style="" || style="background:none" } However, I need for one level 1 (precisely the the 4th main menu item) menu to display a custom list as a submenu (so I wanna set up a manual array), not its usualy subpages in the level 2 menu. Tried many found examples, but couldn't make any to work... Anyone can help me? Thanks in advance. Kind regards, Zsolt _______________________________________________ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english