Looking at the gold theme, which I'm trying to troubleshoot a problem, there are sections for:
then there is the section for content, and then right blocks.
<{$xoops_contents}
I assume this is were XOOPS grabs the contents of the block from the DB and enters in the block. But when I remove "xoops_contents" like this:
class="blockContent" width="100%">
<{}
I see that the content stays in the center blocks but the right blocks and content are missing. I would have expected the content in the blocks to all disapear but the blocks to stay.
I guess I clearly don't understand the way themes work. Is there a good explanation of this mechanism somewhere?
Thanks
Doug P