[TYPO3-german] im breadcrumb menü title und nicht nav_title anzeigen

Marc Bastian Heinrichs typo3 at mbh-web.de
Wed Jun 21 23:17:14 CEST 2006


Hallo Tilo Halaszovich,

> hier mein ts, von dem ich eigentlich dachte es würde genau das richtige 
> tun. :-)
> 
> temp.bread = HMENU
> temp.bread.special = rootline
> temp.bread.1 = TMENU
> temp.bread.1 {
> NO{
>   10 = TEXT
>   10.text.field = title
>   }
> }

beim TMENU gibt es kein numerisches array aus cObjects
probiere es mal damit:

temp.bread.1 = TMENU
temp.bread.1 {
   NO {
     linkWrap = |
     stdWrap.cObject = TEXT
     stdWrap.cObject.field = title
   }
}


Grüße
Marc Bastian



More information about the TYPO3-german mailing list