1
Hello guys. I was wondering the following:
I made a php-page that I want to integrate in my xoops. I want the content to appear into the middle of my screen: Like the forum (with the header and left blocks visible), or the memberslist.
How can I do that? I tried this:
include_once("header.php");
with in the header.php this:
include("../../mainfile.php");
?>
But it doesn't work :(