[TYPO3] Menu with special character

Brian Bendtsen brb at mentor-it.dk
Thu Sep 14 16:14:44 CEST 2006


Martin Mifsud wrote:
> Use the HTML code | (pipe) in your menu item wrap
> 
> Martin
> 
> 
> Brian Bendtsen wrote:
> 
>> Hi
>>
>> I would like my menu to have this | character in between my menu 
>> items. How is this done?
>>
>> /Brian B.
> 
> 
Thanks, is there a way to make the last | disappear?

my ts:

lib.menu1 = HMENU
lib.menu1.1 = TMENU
lib.menu1.1 {
  wrap = <ul> | </ul>
  NO {
   linkWrap = <li> | </li><li>&#124;</li>
  }
}

/Brian



More information about the TYPO3-english mailing list