1
Dear All,
My aim is to add text to the main block, keeping the left and right ones as defined in the administration section. I tried the following code that did not work in XOOPS 2.0.14 (I get no blocks at all). Any hints as to where I might be going wrong?
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1; //0 for no right block
$xoopsOption['show_lblock'] = 0; //0 for no right block
?>
My HTML
include("footer.php");
?>
Thanks,
George