WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started 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?
-
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
-
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