[Typo3] expanding tmenu to 2 levels

Jane Larsen noesgard at gmail.com
Fri Jul 29 13:51:44 CEST 2005


I have this horizontal menu (from candidate):

## The textmenu
temp.tmenu = HMENU
temp.tmenu.if.isTrue = {$menu.enable}
temp.tmenu.entryLevel = 0
temp.tmenu.stdWrap.space = {$menu.spaceBefore} | {$menu.spaceAfter}
temp.tmenu.1 = TMENU
temp.tmenu.1.wrap = <table border=0 cellpadding=1 cellspacing=0
width=100%><tr> | </tr></table>
temp.tmenu.1.NO {
  ATagBeforeWrap = 1
  allWrap = |*||*|     <td bgcolor="{$menu.bgcolor}" align="center"
width="10%">  | </td><td width="1%"><img src="clear.gif"
width="{$menu.gapwidth}" height={$menu.itemHeight}></td>     ||    
<td bgcolor="{$menu.bgcolor}" align="center" width="10%">  | </td>
  linkWrap = {$menu.wrap}
}
temp.tmenu.1.ACT < temp.tmenu.1.NO
temp.tmenu.1.ACT = 1
temp.tmenu.1.ACT.stdWrap.wrap = <u> |</u>

I have tried to expand this to 2 levels but nothing shows, can someone
help here I am appearantly not good with menus... (I have succeded
with a gmenu earlier but TMENU should be able too?)

//Jane Larsen



More information about the TYPO3-english mailing list