2
hello,
you can use the modules tiny content or wfsections to add single pages in.
If you make the module your addy can be
http://mydomain.com/modules/whatever.
Give me about 15-20 minutes and I will strip down a module to add single page. You will have to manually add contents in.
tiny contents and wfsections have an admin section to add contents, really nice.
AAINC
what do you want module called?
http://mydomain.com/modules/whatever?http://mydomain.com/modules/othercontents?dang he not online now...oh well.
pm me, i will make it, take about 5-10 minute to make and be ready for you to add your own content. 5 minut to add to download.
oh yeah
include("mainfile.php");
include("header.php");
OpenTable();
include("myfile.php");
CloseTable();
include("footer.php");
would work fine for phpnuke, XOOPS is a little different.
include('mainfile.php');
include('header.php');
$xoopsOption['show_rblock'] = 1;
your php content here
include('footer.php');
?>