[TYPO3-english] Re: [Templating] Separating 1st level menu and 2nd level menu?

Salander luc.berro at epitech.eu
Wed Oct 16 13:03:56 CEST 2013


Oh by the way, I tried to add an "ACT" proprety to my TS config.
I did like this :

> lib.sub_naviguation = HMENU
> lib.sub_naviguation {
> wrap =
> |
>
> entryLevel = 1
> 1 = TMENU
> 1.NO.allWrap =  <li class="menu-level2-no"> | </li>
> 1.ACT.allWrap =  <li class="menu-level2-act"> | </li>
> }

But It doesn't work, when the page is active ( thansk to ACT ), the CSS class "menu-level2-act" doesn't do anything. ( I told it to change color, for example ). The CSS property works on a normal html file tho, so I'm sure it's my TS that cause the issue.

Do you know what I did wrong?


More information about the TYPO3-english mailing list