2
You could use tinycontent etc or you could use:
include ("mainfile.php");
include("header.php");
?>
include ("footer.php");
?>
Save it as a php file and upload. In the main menu template add a link with
Page after:
I think there is a better way to add the code on XOOPS dev site but that works for me anyway