5
Either download MyPage content wrapper
HERE, or manually wrap the content with the appropriate code below:
Paste at the beginning your file
<?php include("mainfile.php"); include("header.php"); $xoopsOption['show_rblock'] = 1; //0 for no right block ?>
Paste at the end of your file
<?php include("footer.php"); ?>
You will most likely need to change the paths of the included files from relative to static, i.e.:
From
le="color: #000000"><?php include("mainfile.php");
To
le="color: #000000"><?php 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.