1
Hi all
I look to many xoops modules and I see template_main add like this :
$xoopsOption['template_main'] = '******_index.html';
...
include_once XOOPS_ROOT_PATH.'/header.php';
first add $xoopsOption['template_main'] in next line('s) xoops header.php added .
if I change the code like this :
include_once XOOPS_ROOT_PATH.'/header.php';
....
$xoopsOption['template_main'] = '******_index.html';
it have problem? I test it and I don't have any problems yet