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
define('PAGE_LINK', $this->page['link']);
<?php//create VARiable for current page url ob_start(); show_menu2(0,SM2_CURR,SM2_CURR, SM2_CRUMB, '[url]', '', '', '', '', false, false) ; $PAGE_LINK = ob_get_contents(); ob_end_clean();
$current_page_link = WB_URL . $GLOBALS['wb']->page['link'] . PAGE_EXTENSION;