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?
Moderators: Developer, Contributor
Code: Select all
<?$GLOBALS['phpgw_info']['flags'] = array('currentapp' => 'mantis');
include('../header.inc.php');?>
//add mantis here
<?$phpgw->common->phpgw_footer(); ?>