3
<{$xoops_contents}>
If I want to wrap <{$xoops_contents}> in a div or table, for example, I don't want that table or div to display if a site is not using a module as a start page, when viewing the start page.
Like if I put
...the table still renders even if <{$xoops_contents}> is null, it just displays with nothing inside it. I need an *if* in which to wrap the table.
Get me?
The alternative would be to edit each module template file to wrap the contents, which I have done, but is a major pain. I'm looking for a more logical solution.