2
Either download MyPage content wrapper
HERE, or manually wrap the content with the appropriate code below:
Paste at the beginning your file
include("mainfile.php");
include("header.php");
$xoopsOption['show_rblock'] = 1; //0 for no right block
?>
Paste at the end of your file
include("footer.php");
?>
You will most likely need to change the paths of the included files from relative to static, i.e.:
From
include("mainfile.php");
To
include("http://yoursite.com/mainfile.php");
Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.