4
Quote:
xb00t wrote:
The first line is that of blockcenter.html, then you have the character and then system_userinfo.html starts. So somehow between the two HTML files falls in this unwanted char. But where from?
What happens if you delete the code that refers to block_centre.html in theme.html?
Also, what happens if you wrap all occurrences of this code:
<{$xoops_contents}>
inside an "if" statement, i.e.
<{if $xoops_contents}><{$xoops_contents}><{/if}>
Also, if you look at a recent "standard" XOOPS theme you'll see the $xoops_contents code followed by the code for the bottom centre, left and right blocks to allow use of the blocks introduced by XOOPS 2.0.14.
The Black2 theme doesn't have these blocks; it is really a
XOOPS Cube theme (see the manifesto.ini.php file, for example). I'm wondering if the code you see is a result of a centre_blocks.html not allowing for XOOPS having introduced these additional blocks?
Black2 is a lovely theme but I ended up splicing it into a standard XOOPS theme.html for my site.