[TYPO3-english] Re: drop down breadcrumbs

BartÅ‚omiej ÅšwiÄtek emini1 at o2.pl
Thu Sep 4 08:11:22 CEST 2014


You're right with ||, the one | works. With >> - the first is closing span, and the second is mark > between crumbs like this: a > ab > aba
So I've now:

lib.breadcrumbs = COA
lib.breadcrumbs {
  special = rootline
  special.range = 0|-1
  1 = TMENU
  1{
	NO = 1
	NO{
		allWrap = |<span class="next">></span>
	}
  }
}

but still don't know how to put menu by every crumb...


More information about the TYPO3-english mailing list