Breadcrumb menu


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



Copy this code and paste it in your HTML
  1. marks.BREADCRUMB = COA
  2. marks.BREADCRUMB {
  3. 10 = HMENU
  4. 10 {
  5. special = rootline
  6. special.range = 0|-1
  7. 1 = TMENU
  8. 1.noBlur = 1
  9. 1.CUR = 1
  10. 1.target = _self
  11. 1.NO {
  12. stdWrap.field = nav_title // title
  13. ATagTitle.field = nav_title // title
  14. linkWrap = | |*| » |*|
  15. }
  16. 1.CUR {
  17. stdWrap.field = nav_title // title
  18. linkWrap = | |*| » |*|
  19. doNotLinkIt = 1
  20. }
  21. }
  22. }

URL: http://typo3.schloebe.de/typoscript/breadcrumb-menue-mit-typo3/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.