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

Reply via email to