WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Nice Solution with the 2 menus. How You did this?
<div id="navigation"><div id="mainnavigation"><?php show_menu(1,0,1); ?></div><?php ob_start();show_menu(1,1,1);$submenu=ob_get_contents();ob_end_clean();if ($submenu<>"") { echo '<div id="subnavigation">'; echo $submenu; echo '</div>';} ?></div>