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
// Check if link is same as first page link, and if so change to WB URL if($page['link'] == $this->default_link AND !INTRO_PAGE) { $link = WB_URL; } else { $link = $this->page_link($page['link']); }
// Check if link is same as first page link, and if so change to WB URL $link = $this->page_link($page['link']);