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?
> 
> 
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to