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
Please give me feedback
Hi,I'm nearly finished with a bootstrap blank template. I called it Madoven, you can check it out here: http://wb.pattyland.de/Please give me feedback Greets, pattyland
Alternatively, I quess I could create a new css file and add this to the index.php file after the bootstrap.min.css file.
<?php show_menu2(0,SM2_ROOT,SM2_START, null,'[if(class==menu-current){<li class="active">}else{<li>}][a][menu_title]</a>','</li>','<ul class="nav navbar-nav">','</ul>');?>
<?php $open = '<li class="[if(class=menu-current||class=menu-parent){active}] [if(class==menu-expand){dropdown}]"> [if(class==menu-expand){<a href="[url]" class="dropdown-toggle" data-toggle="dropdown">[menu_title] <b class="caret"></b></a>}else {<a href="[url]">[menu_title]</a>}]'; show_menu2( $aMenu = 1, $aStart = SM2_ROOT, $aMaxLevel = SM2_CURR+1, $aOptions = SM2_ALL, $aItemOpen = $open, $aItemClose = '</li>', $aMenuOpen = '<ul class="[if(level==0){nav navbar-nav} else {dropdown-menu}]">', $aMenuClose = '</ul>', $aTopItemOpen = false, $aTopMenuOpen = false);?>
<?php show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL|SM2_NO_TITLE ,' [if(class==menu-current && class!=menu-expand){<li class="active"><a class="[class]" href="[url]">[menu_title]</a>}] [if(class==menu-expand){<li class="[class] dropdown pid[page_id]"><a class="[class]" href="[url]">[menu_title] &#10023;</a>}] [if(class!=menu-expand && class!=menu-current){[li]<a class="[class]" href="[url]">[menu_title]</a>}]', '</li>', '<ul class="dropdown-menu" role="menu">', '</ul>', false, '<ul class="nav navbar-nav">'); ?>
"Submenus just don't have much of a place on the web right now, especially the mobile web. They will be removed with 3.0" - https://github.com/twbs/bootstrap/pull/6342