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
<?phpecho PAGE_TITLE;?>or if he wants menu title then echo MENU_TITLE
global $database, $wb;$sections=explode(",",$section);shuffle($sections);$get_content = $database->query("SELECT content FROM ".TABLE_PREFIX."mod_wysiwyg WHERE section_id = '$sections[0]'");$fetch_content = $get_content->fetchRow();$content = ($fetch_content['content']);$wb->preprocess($content);return substr($content,$txt_start,$txt_lenght).'...';