2
Well here's the answer anyway, just in case someone else is looking.
Just use this code in your them rather than your current block code, just chande the 'your-theme' to match your theme and blocks :)
<{if $xoops_lblocks}> <{foreach item=block from=$xoops_lblocks}> <{include file="your-theme/themeblocks/theme_blockleft.html"}> <{/foreach}>
<{/if}> <{if $xoops_showrblock == 1}> <{foreach item=block from=$xoops_rblocks}> <{include file="your-theme/themeblocks/theme_blockright.html"}> <{/foreach}>
<{/if}> <{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_clblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_l.html"}> <{/foreach}>
<{foreach item=block from=$xoops_crblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_r.html"}> <{/foreach}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_c.html"}> <{/foreach}>
<{/if}>