[TYPO3] Repeat Breadcrumb menu twice

stefan at aichholzer.name stefan at aichholzer.name
Thu Aug 21 16:09:22 CEST 2008


 First create the breadcrumb:

// Bread-crumb
lib.breadcrumb=COA
lib.breadcrumb {
10 = HMENU
10 {
 special = rootline
 special.range = 0
 includeNotInMenu = 1
 // excludeUidList = 2, 3, 55 // If you want exclude certain pages
 1 = TMENU
 1 { 
    noBlur = 1
    wrap = <p id="bread">|</p>
    NO.linkWrap = |&nbsp;/&nbsp;|*||*| | 
    NO.stdWrap.field = title

    NO.ATagTitle.field = title

    CUR = 1
    CUR.allWrap = <span id="current">|</span>
    CUR.doNotLinkIt = 1
   }
  }
}

 Second, insert it in the elements you want:

  workOnSubpart = BODY
  
  subparts.breadcrumb_top = COA 
  subparts.breadcrumb_top.10 < lib.breadcrumb


  subparts.breadcrumb_bottom = COA 
  subparts.breadcrumb_bottom.10 < lib.breadcrumb


 I hope that helps. ;)


On Thu, 21 Aug 2008 18:02:16 +0400, maaboo <maaboo at gmail.com> wrote:
> Hi!
> 
> I want to have 2 breadcrumbs on my page - one on the top and other at the
> bottom (i think it helps in navigation). How can i do it the best?
> 
> --
> with respect, MaaBoo
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list