Typoscript snippet for creating breadcrumbs
A nice little Typoscript snippet that demonstrates how a simple breadcrumb can be created with TS. The last element of the breadcrumb will not be linked.
lib.breadcrumbs = HMENU
lib.breadcrumbs.special = rootline
lib.breadcrumbs.special.range = 0
lib.breadcrumbs.1 = TMENU
lib.breadcrumbs.1 {
noBlur = 1
NO.linkWrap = <li> | > |*||*| |< /li>
NO.stdWrap.htmlSpecialChars = 1
CUR = 1
CUR.allWrap = <li>|</li>
CUR.doNotLinkIt = 1
}
No related posts.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments
No comments yet.
Leave a comment