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
echo '$page_id: '.(boolval($page_id) ? 'true' : 'false')."\n";
<?php if ( !isset($page_id) OR ( isset($template_id) AND $page_id==4) ) { include('flexslider.php'); } else { echo '<div class="header"><a href="'.WB_URL.'"><img class="logopic" src="'.TEMPLATE_DIR.'/img/logo.png" alt="" /></a></div>'; } ?>
if ( !isset($page_id) OR ( isset($template_id) AND $page_id==4) ) {
$template_id = TRUE;
<?php if (!isset($page_id) OR $page_id==4) {