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
<?php // navigation menu if(SHOW_MENU) { ?> <td style="padding: 10px; background-color: #FFF;" valign="top"> <table cellpadding="0" cellspacing="0" border="0" width="150" align="center" class="menu"> <tr> <td class="border"> <img src="<?php echo TEMPLATE_DIR; ?>/images/menu_top.gif" border="0" alt="" /> </td> </tr> <tr> <td width="170"> <?php show_menu(); ?> </td> </tr> <tr> <td class="border"> <img src="<?php echo TEMPLATE_DIR; ?>/images/menu_bottom.gif" border="0" alt="" /> </td> </tr> </table>