applications['horde'] = array( 'fileroot' => dirname(__FILE__) . '/..', 'webroot' => $webroot, 'initial_page' => 'login.php', 'icon' => $webroot . '/graphics/horde.png', 'name' => _("Horde"), 'status' => 'active', 'templates' => dirname(__FILE__) . '/../templates', 'provides' => 'horde' ); #$this->applications['mnemo'] = array( # 'fileroot' => dirname(__FILE__) . '/../mnemo', # 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', # 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', # 'name' => _("Notes"), # 'status' => 'active', # 'provides' => 'notes', # 'menu_parent' => 'organizing' #); $this->applications['egwnotessync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/notes', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', 'name' => _("Notes"), 'status' => 'active', 'provides' => 'notes', 'menu_parent' => 'organizing' ); $this->applications['egwcontactssync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/contacts', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', 'name' => _("Contacts"), 'status' => 'active', 'provides' => 'contacts', 'menu_parent' => 'organizing' ); $this->applications['egwcalendarsync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/calendar', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', 'name' => _("Calendar"), 'status' => 'active', 'provides' => 'calendar', 'menu_parent' => 'organizing' );