17
Geez, after looking at the code, I had an extra
in there, messing everything up.
One minor thing, problem solved.
---------------------------
So, I am now working on getting a basic center block displayed.
I make my center block div, and then punch in my XOOPS code, and I should be getting something but alas I am sure I have made another minor mistake.
Alright, I have checked my output, and it seems that I am not generating ANY centerblock output. Here is what my centerblock div "runs":
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}>
<{include file="alter/centerblock.html"}>
<{/foreach}>
<{/if}>
Now, alter/centerblock.html DOES exist, div class centerblock DOES exist.
I am sure there is another simple fix to this. I have tried dumping characters into this div, and apparently the IF statement is not "working" since if I put in characters before it, they are displayed, but after it they are not..?
Thanks