'contacts_index', 'order' => 10, 'href' => OCP\Util::linkTo( 'contacts', 'index.php' ), 'icon' => OCP\Util::imagePath( 'settings', 'users.svg' ), 'name' => OC_L10N::get('contacts')->t('Contacts') )); OCP\Util::addscript('contacts', 'loader'); OC_Search::registerProvider('OC_Search_Provider_Contacts'); OCP\Share::registerBackend('contact', 'OC_Share_Backend_Contact'); OCP\Share::registerBackend('addressbook', 'OC_Share_Backend_Addressbook', 'contact');