From: Georg Ehrke Date: Sun, 15 Jan 2012 17:29:44 +0000 (+0100) Subject: use svg icon for calendar X-Git-Tag: v3.0~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3364502f0015844512b46b0f116e12e8f7072dd3;p=nextcloud-server.git use svg icon for calendar --- diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php index 267a74bf29a..908a22856ba 100644 --- a/apps/calendar/appinfo/app.php +++ b/apps/calendar/appinfo/app.php @@ -16,7 +16,7 @@ if(version_compare(PHP_VERSION, '5.3.0', '>')){ 'id' => 'calendar_index', 'order' => 10, 'href' => OC_Helper::linkTo( 'calendar', 'index.php' ), - 'icon' => OC_Helper::imagePath( 'calendar', 'icon.png' ), + 'icon' => OC_Helper::imagePath( 'calendar', 'icon.svg' ), 'name' => $l->t('Calendar'))); OC_App::registerPersonal('calendar', 'settings'); require_once('apps/calendar/lib/search.php'); diff --git a/apps/calendar/img/icon.svg b/apps/calendar/img/icon.svg index a624db3a487..211f74df066 100755 --- a/apps/calendar/img/icon.svg +++ b/apps/calendar/img/icon.svg @@ -1,14 +1,54 @@ - - - - - - - + + + +image/svg+xml + + + \ No newline at end of file