1
If I do this... should it work?
Quote:
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;
?>
include goes here
include(XOOPS_ROOT_PATH.'/footer.php');
?>
or do I need to make it shtml instead of html?
I tried both and neither seems to work.
Any thoughts?
Thanks