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
see example in fragstan-template
$breadcrumbstart = '<a href="'.WB_URL.'">Start</a> ';$moredetails = '<h3>More Details:</h3>';// redirect if this file is directly called in the browserif(!defined('WB_URL')) { header('Location: ../index.php'); exit(0);}//Print?if ( isset($_GET['print']) AND $_GET['print'] == 1 ) { $print = true; $printlink = ''; echo '<script type="text/javascript"> window.print(); </script>'; $breadcrumbstart = WB_URL;} else { $print = false; $ru = $_SERVER['REQUEST_URI']; if (strpos($ru, '?') > 0) {$printlink = $ru.'&print=1';} else {$printlink = '?print=1';}}