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 if (function_exists('register_frontend_modfiles')) { //register_frontend_modfiles('css'); //register_frontend_modfiles('jquery'); register_frontend_modfiles('js');} ?>
register_frontend_modfiles_body();
<?php ob_start(); page_content(1); ?> <!-- Content Block 2 - Header Content --> ...$output = ob_get_contents(); ob_end_clean(); $wb->preprocess($output); echo $output;