2
hi
in your theme.html you have on line 46 an
<{foreach item=block from=$xoops_lblocks}>
in the loop for the blocks you don't have content as
<div class="blockTitle"><{$block.title}>div>
<div class="blockContent"><{$block.content}>div>
you have the same problem with left / right blocks and center blocks.
Take a look in the file theme.html in the default theme and also in theme_blockleft.html (for example) to see what I mean