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
<?phpfunction page_content($block = 0, $bBuffer = false){ ob_start(); // ... bisheriger Inhalt von page_content() if($bBuffer) { return ob_get_clean(); }else { echo ob_get_clean(); return; }} // end function page_content()