Page 1 of 1

integrate mantis in a portal

Posted: 27 Jan 2006, 09:59
by mecha
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 :

Code: Select all

<?$GLOBALS['phpgw_info']['flags'] = array('currentapp' => 'mantis');
   include('../header.inc.php');?>

//add mantis here

<?$phpgw->common->phpgw_footer(); ?>
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?