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 ob_start(); // start output bufferpage_content(2); // call menu$foo=ob_get_contents(); // put outputbuffer in $fooob_end_clean(); // clear outputbufferif ($foo<>"") { // some code to execute cause there is some block echo '<td valign="top" style="background-repeat: repeat -y; "background="'.TEMPLATE_DIR.'/images/rb.gif">'; echo '<div class="rightrow">'; echo '<table cellpadding="0" cellspacing="0" class="moduletable">'; echo '<tr>'; echo '<th valign="top">'; echo 'Info</th>'; echo '</tr>'; echo '<tr>'; echo '<td>'; echo '<table width="100%" cellspacing="5" cellpadding="0" border="0" align="top">'; echo '<tr>'; echo '<td>'; echo $foo; // show the block (as saved in $foo) echo '</td>'; echo '</tr>'; echo '</table>'; echo '</td>'; echo '</tr>'; echo '</table>'; echo '</div>'; echo '</td>'; } else { // some code for no info}?> <br> <?php ob_start(); // start output bufferpage_content(; // call menu$foo=ob_get_contents(); // put outputbuffer in $fooob_end_clean(); // clear outputbufferif ($foo<>"") { // some code to execute cause there is some block echo '<td valign="top" style="background-repeat: repeat -y; "background="'.TEMPLATE_DIR.'/images/rb.gif">'; echo '<div class="rightrow">'; echo '<table cellpadding="0" cellspacing="0" class="moduletable">'; echo '<tr>'; echo '<th valign="bottom">'; echo 'zanimivosti</th>'; echo '</tr>'; echo '<tr>'; echo '<td>'; echo '<table width="100%" cellspacing="5" cellpadding="0" border="0" align="bottom">'; echo '<tr>'; echo '<td>'; echo $foo; // show the block (as saved in $foo) echo '</td>'; echo '</tr>'; echo '</table>'; echo '</td>'; echo '</tr>'; echo '</table>'; echo '</div>'; echo '</td>'; } else { // some code for no info}?>