10, 'id' => 'contacts', 'name' => 'Contacts' )); OC_App::addNavigationEntry( array( 'id' => 'contacts_index', 'order' => 10, 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), 'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ), 'name' => OC_Contacts_App::$l10n->t('Contacts') )); OC_APP::registerPersonal('contacts','settings'); OC_UTIL::addScript('contacts', 'loader'); OC_Search::registerProvider('OC_Search_Provider_Contacts');