Hello, everybody!
I’ve got a great problem - to apply a class to the actual current menu item. I know how to do it with entries, but what about static pages (built with Pages Module)?
I tried to use
<li {if page_uri != 'event.htm'}class="here"{/if}><a href="/event.htm">Event</a></li>(where event.htm is the name is my static page)
but class=“here” applies to every item…
What I am doing wrong? It’s very important for me, I’ll be very grateful for the solution.