[TYPO3] Menu with special character

Tyler Kraft headhunterxiii at yahoo.ca
Thu Sep 14 16:33:51 CEST 2006


look at option split

what you want is

linkWrap = |*||*| <li>|</li><li>&#124;</li>||<li>|</li>



Brian Bendtsen wrote:
> Martin Mifsud wrote:
>> Use the HTML code &#124; (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