[TYPO3] page:title in HMENU - how can be solve?

Matyi Gábor gmatyi at freemail.hu
Thu Feb 15 22:43:30 CET 2007


Hi, 

My submenu looks like so:

lib.subMenu = HMENU
lib.subMenu.entryLevel = 1
lib.subMenu.before.data = page:title
lib.subMenu.before.data.wrap = <h1> | </h1>
lib.subMenu.wrap = <ul class="sidemenu"> | </ul>
lib.subMenu.1 = TMENU
lib.subMenu.1 {
  NO.allWrap = <li class="lev2_no"> | </li>
  ACT = 1
  ACT.allWrap = <li class="lev2_act"> | </li>
}

Unfortunately this doesn't work, because the HMENU don't have before tag, 
only TMENU.
How can I solve this thing? (I'd like to get the page:title tag on the top 
of the menu...

Gabor


More information about the TYPO3-english mailing list