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' => $l->t('Contacts') )); OC_APP::registerPersonal('contacts','settings'); OC_UTIL::addScript('contacts', 'loader'); require_once('apps/contacts/lib/search.php');