diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-11 18:59:01 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-11 19:00:32 +0200 |
commit | 99790d68058b56e4a1faa0bba401287e5aa9eab1 (patch) | |
tree | 644f70c614bb64c0683879b2309605b39072df15 /apps/contacts/appinfo/app.php | |
parent | ef5e253bf54fb3ec9f12d4d208fee18db05b16fe (diff) | |
download | nextcloud-server-99790d68058b56e4a1faa0bba401287e5aa9eab1.tar.gz nextcloud-server-99790d68058b56e4a1faa0bba401287e5aa9eab1.zip |
lots of image changes, use svg EVERYWHERE POSSIBLE
Diffstat (limited to 'apps/contacts/appinfo/app.php')
-rw-r--r-- | apps/contacts/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/appinfo/app.php b/apps/contacts/appinfo/app.php index 30aa0e1aaa1..4fbbd9c638c 100644 --- a/apps/contacts/appinfo/app.php +++ b/apps/contacts/appinfo/app.php @@ -14,5 +14,5 @@ OC_App::addNavigationEntry( array( 'id' => 'contacts_index', 'order' => 10, 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), - 'icon' => OC_Helper::imagePath( 'contacts', 'icon.png' ), + 'icon' => OC_Helper::imagePath( 'admin', 'users.svg' ), 'name' => 'Contacts' )); |