Edit menu

Maarten8

#3
Quote from: erpe on July 07, 2010, 11:01:23 AM
Please replace the show_menu call  with show_menu2 call (show_menu2_module is included in regular WB_Installation)
and read the documentation:
Tutorial link removed 404

This will help.

rgds

erpe

Thanks, it works :D

erpe0812

#2
Please replace the show_menu call  with show_menu2 call (show_menu2_module is included in regular WB_Installation)
and read the documentation:
Tutorial link removed 404

This will help.

rgds

erpe

Maarten8

Sorry, I've searched but couldn't find.

If I use <?php show_menu();?> is shows the menu thats good.
But where is the template of the menu.

The output is


<ul>
<li><span class="menu_current"><a href="#" target="_top"  class="menu_current"> Home </a></span>
</li>
</ul>


But I would like to change the ul tag and some classes, any where I can change this?