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 [...]


