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
<?xml-stylesheet type="text/css" href="file:///D|/eric/fields/style.css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><title><?php page_title(); ?></title><meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" /><meta name="description" content="<?php page_description(); ?>" /><meta name="keywords" content="<?php page_keywords(); ?>" /><meta name="COPYRIGHT" content="Copyright <?php echo date("Y"), ' '.WEBSITE_TITLE; ?>. All rights reserved. (<?php echo WB_URL; ?>)" /><meta name="RESOURCE-TYPE" content="DOCUMENT" /><meta name="DISTRIBUTION" content="GLOBAL" /><meta name="AUTHOR" content="<?php echo WEBSITE_TITLE; ?>" /><meta name="RATING" content="GENERAL" /><meta name="REVISIT-AFTER" content="1 DAYS" /><meta name="ROBOTS" content="INDEX, FOLLOW" /><link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_DIR;?>/style.css" media=" "/></head><body><div class="container"> <div id="header"></div> <div class="content"> <div id="title"></div> <div class="menu"> <ul> <?php show_menu(1,0,1,true,'<li>[a][menu_title][/a]</li>','','','','','class="on"'); ?> </ul> </div> <div id="text"> <h4><?php echo PAGE_TITLE; ?></h4> <?php page_content(1);?> </div> <div id="gallery"> <ul> <?php ob_start(); show_menu(1,1,-1,true,'<li>[a][menu_title][/a]</li>','','','','',''); // call menu $foo=ob_get_contents(); // put outputbuffer in $foo ob_end_clean(); // clear outputbuffer if ($foo<>"") { // some code to execute cause there is some block echo "<div>"; echo "<h3 title=\"Sidebar\">Menu</h3>"; echo "<p>"; echo $foo; echo "</p>"; echo "</div>"; // show the block (as saved in $foo) } ?> </ul> </div> </div></div><div id="footer">Ontwerp door: <a href="http://www.smitty.nl" target="_blank">Jos Smits</a></div></body></html>