1
I'm trying to wrap an external php file with the theme, but it isn't working.
The file is located at: /privacy_use.php
and I have the following in the file:
include("./mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
?>
My Text
include(XOOPS_ROOT_PATH."/footer.php");
?>
When the page comes up, it is just plain text and the XOOPS theme doesn't wrap it.
Thanks.