integrate mantis in a portal

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mecha
Posts: 2
Joined: 27 Jan 2006, 09:54

integrate mantis in a portal

Post 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?
Post Reply