2
You need to edit the tables in theme.html in your theme folder. If you have a look at the x2t theme.html code this defaults to showing blocks at the bottom. The theme.html for showing blocks at the top for x2t is in the "extras" folder.
Then compare the code for your existing theme.html.
In particular look for this:
<{foreach item=block from=$xoops_ccblocks}> <{include file="x2t/theme_blockcenter_c.html"}>
<{/foreach}>
|
Should be below this somewhere:
<{$xoops_contents}>//this in particular
Don't use this code, it is just an example, but may point you in the right direction hopefully..