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
I tried every combination with both show_menu and show_menu2.
I placed the language switch on the start page. The top menu with "Page 1" and "Page 2" works as well as the sub menu with the sub pages. However, the 3rd menu (imprint and terms) doesn't work.
just the 3rd menu has another.
show_menu2(0, SM2_ROOT+1, SM2_START,SM2_SIBLING);
show_menu2(0, SM2_ROOT+2, SM2_START+1);
show_menu2(2);
// definitions for multiple menues (required if more than one menu is used)$menu[1] = 'Main navigation';$menu[2] = 'Second navigation';