Jump to content

own menu


Recommended Posts

Hi all, i create a menu with two boxes "PRO PSY" and "PRO KOČKY".

web: http://www.petamour.cz/

 

But i have a problem. I need in this menu id or class which told me that the menu (category) is currently active.It is possible?

 

Menu it is in theme, in file header.tpl.

It looks like this.

<div id="cate1" class="block cate">
                       <p class="title_block obal"><span>PRO PSY</span><strong class="sipka_dolu"></strong></p>
                        <div class="obal_obsah">
                        <div class="block_content">
                       
                       {$psi}
                        </div> </div>
                    </div>

                    <div id="cate2" class="block cate">
                        <p class="title_block obal"><span>PRO KOČKY</span><strong class="sipka_dolu"></strong></p>
                         <div class="obal_obsah">
                        <div class="block_content">
                       
                            {$kocky}
                        </div> </div>
                    </div>
Edited by tozi (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...