9
Hello there!

I have a little problem with this template. I would like to have e redirect template integrate on xoops's theme.
In all site, when there is a redirect page i want to see the same page BUT with theme include.
I try to edit function redirect_header() in /include/functions.php like this:
=================================================
line 393
include XOOPS_ROOT_PATH.'/header.php'
$xoopsTpl->display('db:system_redirect.html');
include XOOPS_ROOT_PATH.'/footer.php'
exit();
==================================================
..but blank page :(
I try only include only XOOPS_ROOT_PATH.'/footer.php' because i supposed that header.php is just working
I try with include_once
i try including mainfile.php
nothing...
where i wrong?
Thank!
Dantom