tozi Posted June 21, 2014 Share Posted June 21, 2014 (edited) 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 June 21, 2014 by tozi (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 21, 2014 Share Posted June 21, 2014 how you created these two blocks? i mean menu items Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now