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' => array('notes', 'sifnotes', 'snote'), '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' => array('contacts', 'sifcontacts', 'scard', 'card'), 'menu_parent' => 'organizing' ); #$this->applications['egwsifcontactssync'] = array( # 'fileroot' => EGW_SERVER_ROOT.'/syncml/sifcontacts', # 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', # 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', # 'name' => _("SIF Contacts"), # 'status' => 'active', # 'provides' => 'sifcontacts', # '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' => array('calendar', 'sifcalendar', 'scal', 'events'), 'menu_parent' => 'organizing' ); #$this->applications['egwsifcalendarsync'] = array( # 'fileroot' => EGW_SERVER_ROOT.'/syncml/sifcalendar', # 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', # 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', # 'name' => _("Calendar"), # 'status' => 'active', # 'provides' => 'sifcalendar', # 'menu_parent' => 'organizing' #); $this->applications['egwtaskssync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/tasks', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', 'name' => _("Tasks"), 'status' => 'active', 'provides' => array('tasks', 'siftasks', 'stask', 'jobs'), 'menu_parent' => 'organizing' ); #$this->applications['egwsiftaskssync'] = array( # 'fileroot' => EGW_SERVER_ROOT.'/syncml/siftasks', # 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', # 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', # 'name' => _("SIFTasks"), # 'status' => 'active', # 'provides' => array('siftasks', 'stask'), # 'menu_parent' => 'organizing' #); $this->applications['egwcaltaskssync'] = array( 'fileroot' => EGW_SERVER_ROOT.'/syncml/caltasks', 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif', 'name' => _("Calendar and Tasks"), 'status' => 'active', 'provides' => 'caltasks', 'menu_parent' => 'organizing' );