[TYPO3] Escape the pipe character | in TypoScript

Floyd Arguello floyd at icommnetwork.com
Fri Jan 27 12:08:25 CET 2006


Miguel Angel Calleja Lázaro wrote:
> Hi, I'm trying to insert the | character in a menu, but TS interprets 
> this as a substitution.
> Does anybody know of a way to escape the pipe character ( | )?
> 
> Thanks

Take a look at the top or bottom navigation setup here:
http://www.mcuniverse.com/Typo3_Template.849.0.html

subparts.TOPNAV.1 {
  NO.allWrap = |*| <span class="topnav">&nbsp;&#124;&nbsp;|</span> |*|
  ACT = 1
  ACT.allWrap =  |*| <span class="topnav">&nbsp;&#124;&nbsp;| </span> |*|
}

Hope that helps,
Floyd



More information about the TYPO3-english mailing list