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
<?php // Submenu region, only shown when submenu's are availableob_start();show_menu2(1, SM2_ROOT+1, SM2_START, false,'[li][a][menu_title]</a>','</li>', '<ul>');$childmenu=ob_get_contents();ob_end_clean();if ($childmenu!="") {?><div id="submenu"> <?php echo $childmenu; ?></div><?php } ?>
();show_menu2(2, SM2_ROOT+1, SM2_START, false,'[li][a][menu_title]</a>','</li>', '<ul>');
Is your current work available online? so we can have a look?Without looking at what you are doing, it is very difficult to help.
I just wish there was a way to do a show_menu2 call in a Code section of page.
<?php