True, 'currentapp' => 'addressbook' ); include('../../../header.inc.php'); $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); $GLOBALS['phpgw']->help->set_params(array('app_name' => 'addressbook', 'title' => lang('addressbook overview'), 'params' => array('app_intro' => 'overview.php'))); $values['overview'] = array ( 'intro' => 'A searchable address book for keeping contact information of business associates or friends and family.' ); $GLOBALS['phpgw']->help->xdraw($values); $GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output); ?>