1
I have created this module for a page on my site and it works fine except for the lines in red. Can someone help with the proper coding to make the page title display?
This is the code for index.php in the module folder
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
echo "
$xoops_pagetitle
";
include_once(XOOPS_ROOT_PATH."/uploads/genres.txt");
?>
include(XOOPS_ROOT_PATH."/footer.php");
?>