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
// Find out what the search template is/* $query_template = $database->query("SELECT `value` FROM `".TABLE_PREFIX."search` WHERE `name` = 'template'"); $fetch_template = $query_template->fetchRow(MYSQLI_ASSOC); $template = ($fetch_template['value'] ?: DEFAULT_TEMPLATE); if ($template != '') {// define('TEMPLATE', $template); } unset($template);*/