'newExpressoMail', 'noheader' => true, 'nonavbar' => false, 'noappheader' => true, 'noappfooter' => true, 'nofooter' => true, //'noapi' => false ); //require_once( dirname(__FILE__).'/../prototype/api/config.php' ); require_once (dirname(__FILE__).'/../header.inc.php'); $update_version = $GLOBALS['phpgw_info']['apps']['newExpressoMail']['version']; $_SESSION['flags']['currentapp'] = 'newExpressoMail'; $c = CreateObject('phpgwapi.config','expressoMail1_2'); $c->read_repository(); $current_config = $c->config_data; $ldap_manager = CreateObject('contactcenter.bo_ldap_manager'); $boemailadmin = CreateObject('emailadmin.bo'); $emailadmin_profile = $boemailadmin->getProfileList(); $imap_configs = $boemailadmin->getProfile($emailadmin_profile[0]['profileID']); include("inc/load_lang.php"); define( 'MODULESURL' , '../prototype/modules/newMail' ); define( 'PLUGINSURL' , '../prototype/plugins' ); define( 'HOMEURL' , dirname(__FILE__) ); include ROOTPATH.'/modules/newMail/templates/index.ejs'; ?>