1
I've placed
le="color: #000000"><?php {$xoops_contents}
inside some divs for styling.
le="color: #000000"><?php <{if $xoops_contents && ($xoops_contents != ' ') }> <div id="content"><{$xoops_contents}></div> <{/if}>
(The if statement comes from the default 2.5.0 theme)
I don't have a starting page, but my divs are still shown.
In other words....while having no content, the if statement still get executed.
How do i prevent this execution when i have no content?