3
good stuff I been wondering how was this done also
..well..I check my index.php
all I have is..
* redirects to installation, if XOOPS is not installed yet
**/
include "mainfile.php";
//check if start page is defined
if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {
header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');
exit();
} else {
$xoopsOption['show_cblock'] =1;
include "header.php";
include "footer.php";
}
?>
----
I have 2.06 I believe...where do I find it in 2.06?
prof!