TYPO3: How to make a path/breadcrumb in typoscript

Get the titles of the root page down the hierarchy to the current page without linking the current/active page:


## Path [Begin]
lib.path = HMENU
lib.path.special = rootline
lib.path.special.range = 0
lib.path.1 = TMENU
lib.path.1 {
noBlur = 1
NO.linkWrap = | / |*||*| |
NO.stdWrap.htmlSpecialChars = 1
CUR = 1
CUR.allWrap = |
CUR.doNotLinkIt = 1
}
## Path [End]


This entry was posted in TYPO3/TypoScript. Bookmark the permalink.

One Response to TYPO3: How to make a path/breadcrumb in typoscript

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.