True, 'currentapp' => $app ); include('header.inc.php'); $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); if ($app == 'help') { $GLOBALS['phpgw']->hooks->process('help',array('manual')); } else { $GLOBALS['phpgw']->hooks->single('help',$app); } $GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output); ?>