3
Use the following include statements to wrap your pages, then hand code the link to them using a custom HTML block:
In the files you wish to "wrap":
include '../mainfile.php';
include XOOPS_ROOT_PATH.'/header.php';
//your php code here//
include XOOPS_ROOT_PATH.'/footer.php';
?>
Custom HTML Block:
<a href="http://yourdomain.com/subdir/file1.php" target="_self">Link 1a><br />
<a href="http://yourdomain.com/subdir/file2.php" target="_self">Link 2a><br />
<a href="http://yourdomain.com/subdir/file3.php" target="_self">Link 3a>
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.