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

Tomas Mrozek mail at cascaval.com
Thu Feb 15 22:54:55 CET 2007


> How can I solve this thing? (I'd like to get the page:title tag on the top 
> of the menu...

Try to look at it as if it were two parts.
Something like this...

lib.subMenu = COA

lib.subMenu.10 = TEXT
lib.subMenu.10.field = title
lib.subMenu.10.wrap = <h1>|</h1>

lib.subMenu.20 = HMENU
lib.subMenu.20.entryLevel = 1
lib.subMenu.20.wrap = <ul class="sidemenu"> | </ul>
lib.subMenu.20.1 = TMENU
lib.subMenu.20.1 {
  NO.allWrap = <li class="lev2_no"> | </li>
  ACT = 1
  ACT.allWrap = <li class="lev2_act"> | </li>
}

I might have made a mistake in the code but I guess you get the point.

Tomas Mrozek


More information about the TYPO3-english mailing list