WebsiteBaker 2.13.8 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
<?phpfunction set_show_menu($id) {$options = array('flags' => (SM2_ALL|SM2_PRETTY), 'notrim' => 1);ob_start();switch ($id) { case 2: case 3: show_menu2($id, ROOT_PARENT, SM2_ALL, SM2_ALL, false, false); break; case 1: show_menu($id, 2,-1,$options); break; default: show_menu2($id, ROOT_PARENT, SM2_ALL, SM2_ALL, false, false); break; }$childmenu=ob_get_contents();ob_end_clean();return $childmenu;}?>
<?php echo set_show_menu('2'); ?>