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
register_frontend_modfiles('css');
<?php if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles("jquery"); register_frontend_modfiles('css'); register_frontend_modfiles('js'); } ?>
(No he did not.)In fact, copying an existing HTML-file, adding a page_content(1) to it and calling it a WB-template is not enough. What I suggest you do first: compare the structure of a 'real' WB template index.php to that of your HTML file. Copy the essential lines to make it function as a WB-template. (For instance: Code: [Select]<?php if (function_exists('register_frontend_modfiles')) { register_frontend_modfiles("jquery"); register_frontend_modfiles('css'); register_frontend_modfiles('js'); } ?>)If you have no idea how to do that, feel free to e-mail me your 'template'