[TYPO3] Hiding last item from breadcrumb problem

maaboo maaboo at gmail.com
Thu Sep 18 19:17:27 CEST 2008


Good evening.

I have the following TS to generate breadcrumb menu:

 lib.bread = HMENU
 lib.bread {
   special = rootline
   special.range = 1|-1
   includeNotInMenu = 0
 }

 lib.bread.1 = TMENU
 lib.bread.1 {
  NO.allWrap =  | |
  allWrap = <div class="brmnu">|</div>
  CUR = 1
  CUR.doNotLinkIt = 1
  CUR.allWrap = &nbsp;|
 }

It works, but ... looks like

level 1 | level 2 |

(level 3 is hidden from menu and won't be shown by includeNotInMenu = 0). I
just want to hide (cut? not to show?) last delimiter "|" in order to
display:

level 1 | level 2

What needs to be done?

-- 
with respect, MaaBoo
ICQ UIN: 22694713


More information about the TYPO3-english mailing list