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
<ul id="menuInner"> <li id="whats-your-problem"><a href="/pages/whats-your-problem.php" title="What's Your Problem?"><b>What's Your Problem?</b><!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> [b]<?php show_menu2(0, 2, SM2_ROOT, SM2_ROOT); ?>[/b] <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <li id="in-clinic-testing"><a href="/pages/in-clinic-testing.php" title="In Clinic Testing"><b>In Clinic Testing</b></a></li> <li id="free-stuff"><a href="/pages/free-stuff.php" title="Free Stuff"><b>Free Stuff</b><!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> [b]<?php show_menu2(0, 4, SM2_ROOT, SM2_ALL); ?>[/b] <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <li id="about-wendy"><a href="/pages/about-wendy.php" title="About Wendy"><b>About Wendy</b></a></li> <li id="contact"><a href="/pages/contact-wendy.php" title="Contact"><b>Contact</b></a></li> </ul>
<?php show_menu2(0, 2, SM2_ROOT, SM2_MAX+1); ?>
<?php show_menu2(0, 2, SM2_ROOT, SM2_MAX); ?>
<?php show_menu2(0, 2, SM2_ROOT, SM2_START+1); ?>
<?php show_menu2(0, 2, SM2_ROOT, SM2_START); ?>
<?php show_menu2(0, 4, SM2_ROOT, SM2_ALL);
show_menu2();
The problem is that I want to hide some of the top level menu options at the top, and use images, so I have hard coded five top level menu items, and call show_menu2 for drop downs.
<?php show_menu2(0, SM2_ROOT+1, SM2_ROOT+2, SM2_ALL);