1
I am 90% done with module, yet I cannot get my Java Menu (horizontal dropdown) to work. When I add the require mainfile.php, all is okay. When I add the header and footer includes, the Java menu goes to the very top of the XOOPS portal. Any workaround ideas? Below is CoolMenu code. Page is perfect is its own window with only manfile.php.
require( '../../mainfile.php' ) ;
//include( XOOPS_ROOT_PATH.'/header.php' ) ;
//global $xoopsUser;
//$userid = $xoopsUser->uid();
//$username = $xoopsUser->uname();
//$title = "Message";
?>
TEST
//include( XOOPS_ROOT_PATH.'/footer.php' ) ;
?>