1
Hi all,
Just wanting to put the $xoops_content into a table to neaten things up a little in the theme I am working on, but I only want that table displayed IF there is actual content as the home page of my new site is not set to any particlular module.
There is a <{if $xoops_showXblock == 1}> smarty tag for displaying the different blocks (X = L C or R), and I was just wondering if there was a similar smary tag I could use for content, e.g <{if $xoops_showcontent == 1}> ?