[TYPO3] breadcrumbs / HMENU site navigation - I don't want link to the current page

Tyler Kraft headhunterxiii at yahoo.ca
Thu Jun 14 17:00:46 CEST 2007


temp.breadcrumbs = HMENU
temp.breadcrumbs {
		wrap = <ul id="crumbs">|</ul>
		special = rootline
		special.range = 0|-1
	
		1 = TMENU
		1.noBlur = 1
		1.NO.stdWrap.htmlSpecialChars = 1
		1.NO.stdWrap2.stdWrap.noTrimWrap = | | &gt;&nbsp;|
		1.NO.allWrap = <li>|</li>
	
		1.CUR = 1
		1.CUR.doNotLinkIt = 1
		1.CUR.stdWrap.htmlSpecialChars = 1
		1.CUR.linkWrap = <span>|</span>
		1.CUR.allWrap = <li>|</li>
	}




Tomasz Chmielewski wrote:
> I made a site navigation (breadcrumb), which renders on the "subsite3" 
> site like below:
> 
> 
> site1 -> subsite2 -> subsite3
> 
> 
> It is done with the following code:
> 
> # Our site
> temp.our_site_name = HMENU
> temp.our_site_name.1 = TMENU
> temp.our_site_name.1 {
> 
>    NO.allWrap =  > |
>    ACT.allWrap = > |
> }
> 
> 
> 
> subparts.BREADCRUMB < temp.our_site_name
> 
> 
> The problem is, I don't want a link for "subsite3" - I'm already on that 
> page.
> Other advantage is that it would show the user where he is.
> 
> 
> Is it possible to do it somehow?
> 
> 


More information about the TYPO3-english mailing list