WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Maarten8 on July 07, 2010, 10:45:57 AM

Title: Edit menu
Post by: Maarten8 on July 07, 2010, 10:45:57 AM
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?
Title: Re: Edit menu
Post by: erpe0812 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
Title: Re: Edit menu
Post by: Maarten8 on July 07, 2010, 11:15:38 AM
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