[TYPO3] Footer woes

Kathy Wheeler kathyw at home.albury.net.au
Mon Sep 25 12:48:29 CEST 2006


On 25/09/2006, at 7:24 PM, Jamie Lawrence Jenner wrote:
> What i would like to do is to have it shown
>
> menu1 | menu2 | menu3 | menu4

The pipe | character is (I think) |

> I have tried but i have not suceeded in doing this by adding
>
> lib.footerMenu.wrap = |*| <ul>&nbsp;&#187; | </ul> |*|

Here's what I just got working for mine. Substitute your own names  
and separator character for the <span... below.
There may be cleaner ways of doing this - I'm just learning ...

# Menu 2 cObject
lib.footerMenu = HMENU
   # footer menu-object, textual
lib.footerMenu.1 = TMENU
lib.footerMenu.1 {
     # Normal state properties
   NO.allWrap = <li> | <span class="dot"> .</span></li> |*| <li> |  
<span class="dot"> .</span></li> |*| <li> | </li>
   NO.stdWrap.htmlSpecialChars = 1
     # Enable active state and set properties:
   ACT = 1
   ACT.stdWrap.htmlSpecialChars = 1
   ACT.allWrap = <li> | <span class="dot"> .</span></li> |*| <li> |  
<span class="dot"> .</span></li> |*| <li> | </li>
}

Hope it helps.
KathyW.



More information about the TYPO3-english mailing list