WebsiteBaker 2.13.9 R22 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?><!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" lang="en" 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(); ?>" /><link href="<?php echo TEMPLATE_DIR; ?>/template_css.css" rel="stylesheet" type="text/css" media="screen" /></head><body id="page"><div align="center"> <table border="0" cellpadding="0" cellspacing="0" width="816"> <tr> <td class="outline"> <div id="header_outer"> <div id="header"> </div> <div id="header_r_outer"> <div id="header_r"> </div> </div> </div> <div id="top-nav"> <div id="top-buttons"><div id="menu"> <?php show_menu2(0, SM2_ROOT, SM2_START); ?> </div> <br /> </div> </div> <div class="clr"></div> <div id="content_outer"></div> <div id="content_inner"></div> <div id="content"> <div class="entry"> <?php page_content(); // echo "<pre>"; // print_r(get_defined_constants()); // echo "</pre>"; ?> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="content_table"> <tr valign="top"> <td width="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class="content_table"> </table> </td> </table></div></div> </td> </tr> </table></div><div id="footer"> </div> <div id="footer-valid"> <?php page_footer(); ?> </div> <table border="0" cellpadding="0" cellspacing="0" width="816px" class="footer" align="center"> <tr> <td> </td> </tr> </table></body></html>
<?php?>
<?php// this allows to include the optional module files (frontend.css, frontend.js) into the head sectionif(function_exists('register_frontend_modfiles')) { register_frontend_modfiles('css'); register_frontend_modfiles('js');} ?>