5
you could add a static page like this:
include("mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;
?>
ABOUT MY SITE
include(XOOPS_ROOT_PATH.'/footer.php');
?>
save this as about.php or whatever and upload to XOOPS root directory
add a link as indicated in my prior post