1
Hi,
can you please help me solving this question :
since i was using the 2.0.13 version I was able to view some extra html content in my XOOPS site simply with a php code :
include("mainfile.php");
include("header.php");
global $xoopsDB, $xoopsConfig;
OpenTable();
?>
CloseTable();
include("footer.php");
?>
but right now with 2.0.16,
It seems doesn't work any more ;(
Can you please tell me how can I use this hmtl pages into my XOOPS ( maybe without some external modules )...
Thanks.