[Typo3] Top menu level2 problem

tapio tapio.markula at dnainternet.net
Tue Aug 16 13:59:15 CEST 2005


Марко Росић wrote:
> I can't make mu level 2 pages show up in top menu. Here is the code... First
> level shows up perfectly.

basic error
You must look at manual some example - TOTALLY incorrect!
Level definition incorrect or missing. Goes 1. 2. etc.
> 
> temp.header = COA
> temp.header {
> 10 = TEXT
> 10.value = {page:title}
> 10.insertData = 1
> 10.wrap = <h1> | </h1>
> 
> 20 < plugin.tx_srlanguagemenu_pi1
> 20.languagesUidsList = 2
> 20.defaultLayout = 2
> 
> 30 = HMENU
> 30.entryLevel = 1
> 
> 30.1 = TMENU
> 30.1 {
>   noBlur = 1
>   CUR = 1
>   wrap = <ul> | </ul>
> }
> 
> 30.1.NO {
>   allWrap = <li> | </li>
>   stdWrap.htmlSpecialChars = 1
> }
> 
> 30.1.CUR {
>   allWrap = <li> | </li>
>   stdWrap.htmlSpecialChars = 1
> }
> 
> }
> 
> Thanks in advance



More information about the TYPO3-english mailing list