Typo3: Breadcrump Menue


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #################### Breadcrumbs #####################
  2. lib.BreadCrumbs = HMENU
  3. lib.BreadCrumbs.wrap = <div id="BreadCrumbs"><ul>|</ul></div>
  4. lib.BreadCrumbs {
  5. includeNotInMenu = 1
  6. special = rootline
  7. ### range definiert den Anfangsbereich, analog zu Entrylevel beim anderen Men�¼
  8. special.range = 0 | -1
  9. 1 = TMENU
  10. 1 {
  11. noBlur = 1
  12. NO.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>
  13. NO.ATagTitle.field = nav_title // title
  14. CUR = 1
  15. CUR.doNotLinkIt = 1
  16. CUR.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>
  17. }
  18. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.