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
<!--<?php ob_start(); // start output buffershow_menu2(0, SM2_CURR+1,'<li style="list-style-type: none">[a][menu_title][/a]</li>','','','','',''); // call menu$foo=ob_get_contents(); // put outputbuffer in $fooob_end_clean(); // clear outputbufferif ($foo<>"") { // some code to execute cause there is some blockecho '<ul><li>';// echo '<div class="block block-user" id="block-user-1">'; echo '<img src="http://www.chsj.org/templates/fresh/images/nav_menu.png" alt="sub menu" />'; // echo '<div class="content"><div class="menu" >'; echo '<br />'; echo $foo; // show the block (as saved in $foo)// echo '</div>'; // echo '</div>'; echo '</li></ul>';} else { // some code for no info}?>