Return to Snippet

Revision: 14747
at June 10, 2009 04:06 by skrippendorf


Updated Code
#################### Breadcrumbs #####################
lib.BreadCrumbs = HMENU
lib.BreadCrumbs.wrap = <div id="BreadCrumbs"><ul>|</ul></div>
lib.BreadCrumbs { 
	includeNotInMenu = 1
	special = rootline
	### range definiert den Anfangsbereich, analog zu Entrylevel beim anderen Men�¼
	special.range = 0 | -1
	1 = TMENU
	1 {
		noBlur = 1
		NO.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>
		NO.ATagTitle.field = nav_title // title
		CUR = 1
        	CUR.doNotLinkIt = 1 	
		CUR.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>        	
        }
}

Revision: 14746
at June 10, 2009 04:06 by skrippendorf


Updated Code
#################### Breadcrumbs #####################
lib.BreadCrumbs = HMENU
lib.BreadCrumbs.wrap = <div id="BreadCrumbs"><ul>|</ul></div>
lib.BreadCrumbs { 
	includeNotInMenu = 1
	special = rootline
	### range definiert den Anfangsbereich, analog zu Entrylevel beim anderen Menü
	special.range = 0 | -1
	1 = TMENU
	1 {
		noBlur = 1
		NO.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>
		NO.ATagTitle.field = nav_title // title
		CUR = 1
        	CUR.doNotLinkIt = 1 	
		CUR.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>        	
        }
}

Revision: 14745
at June 10, 2009 04:04 by skrippendorf


Initial Code
#################### Breadcrumbs #####################
lib.BreadCrumbs = HMENU
lib.BreadCrumbs.wrap = <div id="BreadCrumbs"><ul>|</ul></div>
lib.BreadCrumbs { 
	includeNotInMenu = 1
	special = rootline
	### range definiert den Anfangsbereich, analog zu Entrylevel beim anderen Menü
	special.range = 0 | -1
	1 = TMENU
	1 {
		noBlur = 1
		NO.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>
		NO.ATagTitle.field = nav_title // title
		CUR = 1
        	CUR.doNotLinkIt = 1 	
		CUR.allWrap = <li>|</li><li>&#187;</li>|*|<li>|</li><li>&#187;</li>|*|<li>|</li>        	
        }
}

Initial URL


Initial Description


Initial Title
Typo3: Breadcrump Menue

Initial Tags
script, navigation

Initial Language
TYPO3