troble with the drop down menu (generic) and multilanguage sitel.

babsy

Hi have search this forum, but i haven´t found a solution for this problem, maybe someone has one??

i have build a webpage based on the generic template, because thats the menu i need! and i have got the flags to work right, and the menu, the trouble is to get it only to show the 1 level pages, not the first pages (/DK/UK)
but it seeems like no matter what i change the menu call to, i only can get the main level, or i can get the 1 level, but then the dropdown doesn´t work  :? :? :?

this is the menu code:
<?php if(SHOW_MENU2) { /* Only shown menu if we need to */ ?>    
       <?php pmenu(1,0,-1,false,'<li[locator][class]>[a][menu_title][/a]','</li>','<ul id="menu">','</ul>','',' class="sel"'); ?>
       <?php } ?>
<!--<ul>
<li class="selected"><a href="#">First page</a></li>
<li><a href="#">Second</a></li>
<li><a href="#">Third</a></li>
<li><a href="#">Fourth</a></li>
<li><a href="#">Fifth</a></li>
<li><a href="#">And the last one</a></li>
</ul>-->
</div>

any help wanted  :-o