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();?>...place here all your HTML and PHP of your footer (including your [wblinkxxx] parts)...<?php $output = ob_get_contents(); ob_end_clean(); $wb->preprocess($output); echo $output;?>