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
INFO.PHP// Definition of the menus$menu[1] = 'Hauptnavigation'; //main navigation$menu[3] = 'Navigation links'; // left navigation$menu[4] = 'Navigation unten'; //navigation at the bottom
INDEX.PHPPart 1:<div id="navContainer"> <div id="nav" class="clearfix"> <?php show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, '<ulid="header_menu" class="menu">'); ?><br /> </div><!-- end nav --></div>Part 2:<div id="contentContainer"> <?php if(SHOW_MENU) { ?> <div id="sideColumn"> <?php show_menu2(3, SM2_ROOT, SM2_START, SM2_ALL, '<span> [a][menu_title]</a><br />', '</span>', '', ''); ?> Part 3:<div id="footer" class="clearfix"><div id="baker_footer"><?php page_footer(); // Get Info from WB Settings "Footer" ?> <?php show_menu2(4, SM2_ROOT, SM2_START, SM2_ALL, '<span>| [a][menu_title]</a>', ' </span>', '', ''); ?></div><!-- end baker_footer --></div><!-- end footer -->