integrate mantis in a portal
Posted: 27 Jan 2006, 09:59
I would like to integrate mantis in my portal (phpgroupware). But i don't know how to display mantis
Mantis must be add this way :
I try to include index.php but it can't work since header are defined 2 times (once by phpgroupware then by mantis).
Can you help me to find a solution?
Mantis must be add this way :
Code: Select all
<?$GLOBALS['phpgw_info']['flags'] = array('currentapp' => 'mantis');
include('../header.inc.php');?>
//add mantis here
<?$phpgw->common->phpgw_footer(); ?>Can you help me to find a solution?