I have made a copy and modified the cssmenu.tpl witch comes as a default menu. At one line in the code I want to add a dynamic class because I use jQuery to control my menu.
So what I need is to change this line with code:
Code: Select all
{repeat string="<ul class='i1'>" times=$node->depth-$node->prevdepth}
Code: Select all
{repeat string="<ul class='i{counter name=c1}'>" times=$node->depth-$node->prevdepth}