[TYPO3] TypoScript menu config

Lamb, Brian blamb at jcvi.org
Mon Nov 5 21:17:01 CET 2007


Perfect, thanks everyone. 

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Francois Suter
Sent: Monday, November 05, 2007 3:10 PM
To: TYPO3 English
Subject: Re: [TYPO3] TypoScript menu config

Hi,

> side.menu_1.1 = TMENU
> side.menu_1.1 {
> ...
>   # Enable active state and set properties:
>
>   ACT = 1
>   ACT.stdWrap.htmlSpecialChars = 1
>   ACT.allWrap = <li class="side_active"> | </li>
> }

Try something like:

side.menu_1.1 = TMENU
side.menu_1.1 {
...
   # Enable active state and set properties:

   ACT = 1
   ACT.stdWrap.htmlSpecialChars = 1
   ACT.allWrap = <span class="side_active"> | </span>
   ACT.wrapItemAndSub = <li> | </li>
}

HTH

François Suter

-- 
Cobweb Development Sàrl
www.cobweb.ch

Rue Eugène-Marziano 15, CH-1227 Les Acacias (Geneva - Switzerland)
T: +41 22 880 00 93, F: +41 22 880 00 94, E: support at cobweb.ch
web solutions for professionnal requirements






More information about the TYPO3-english mailing list