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