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
// Definition of the menu-elements (if more than one 1 menu is used)$menu[1] = 'Mainnavigation';$menu[2] = 'Footernavigation';
<?php show_menu2(1, SM2_ROOT+1, SM2_START); ?>
<?php show_menu2(1, SM2_ROOT+2, SM2_START); ?>
<?php // Submenu show_menu2(2, $wb->page['root_parent'], SM2_ALL, SM2_ALL | SM2_PRETTY); ?>
<a href="http://yourdomain/pages/de/start.php"><img src="<?php echo TEMPLATE_DIR; ?>/img/deflag.jpg" alt="DEUTSCH" border="0" /></a><a href="http://yourdomain/pages/en/home.php"><img src="<?php echo TEMPLATE_DIR; ?>/img/enflag.jpg" alt="ENGLISH" border="0" /></a>
show_menu2(1, SM2_ROOT, SM2_START+0, SM2_TRIM|SM2_PRETTY, '<a href="[url]">' . '<img src="' . WB_URL . '/media/flags/[menu_title].gif" alt="[menu_title]"/>' . ' [menu_title]</a>', '', '', '', false, false);