[Typo3] Top menu level2 problem

Марко Росић roske at mainstream.co.yu
Tue Aug 16 13:06:32 CEST 2005


I can't make mu level 2 pages show up in top menu. Here is the code... First
level shows up perfectly.

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