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
<?php$path_parts = pathinfo($_SERVER['REQUEST_URI']);if ($path_parts['dirname']=="/pages/gallery") echo "NO TITLE";elseecho '<div class="title">'.page_title('','[PAGE_TITLE]').'</div>';?>
My page title<div class="title"></div>
<div class="title">My page title</div>
<?phpif( strpos( $_GLOBALS['wb']->page['link'], '/gallery' ) == 0 ){ echo 'NO_TITLE';}else{ echo '<div class="title">'.PAGE_TITLE.'</div>';}?>