WebsiteBaker 2.13.9 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
global $database, $wb;$get_content = $database->query("SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '$section'");$fetch_content = $get_content->fetchRow();$content = ($fetch_content['content']);$wb->preprocess($content);return $content;
if (! file_exists(WB_PATH . '/modules/cwsoft-anynews/droplet/cwsoft-anynews-droplet.php')) return;include(WB_PATH . '/modules/cwsoft-anynews/droplet/cwsoft-anynews-droplet.php');return $output;