1
Hey folks. Thanks in advance for any help.
Trying to wrap some html content in xoops, but I can't get my right blocks to show. The right blocks are not visible in all pages, and I assume that's why they're not showing.
Any way to get the wrapped content to show them?
include("/path/to/mainfile.php");
$xoopsOption['show_rblock'] = 1;
include(XOOPS_ROOT_PATH."/header.php");
?>
my html here
include(XOOPS_ROOT_PATH."/footer.php");
?>
Thanks again,
Carmine