[TYPO3-english] Menu and second level menu in different table rows

Alexander Agafonov agafonov.alexander at gmail.com
Thu Mar 26 17:29:36 CET 2009


Thanks, Tomas!! You're just saved my life!!
All works fine as I need!!!



Tomas Mrozek wrote:
> subparts.menu = COA
> subparts.menu {
>   wrap = <table width="100%" border="1" >|</table>
> 
>   10 = HMENU
>   10 {
>     wrap = <tr>|</tr>
>     special = directory
>     special.value = 1
> 
>     1 = TMENU
>     1 {
>       NO.allWrap = <td>|</td>
>     }
>   }
> 
>   20 = HMENU
>   20 {
>     wrap = <tr>|</tr>
>     special = directory
>     special.value = 1
> 
>     1 = TMENU
>     1 {
>       expAll = 1
>       NO {
>         wrapItemAndSub = <td>|</td>
>         doNotShowLink = 1
>       }
>     }
> 
>     2 = TMENU
>     2 {
>       wrap = <ul>|</ul>
>       NO.allWrap = <li>|</li>
>     }
>   }
> }
> 
> Tomas Mrozek


More information about the TYPO3-english mailing list