diff options
Diffstat (limited to 'apps/gallery/appinfo/app.php')
-rw-r--r-- | apps/gallery/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/appinfo/app.php b/apps/gallery/appinfo/app.php index 2d5d2ce2154..39fbd95fd2d 100644 --- a/apps/gallery/appinfo/app.php +++ b/apps/gallery/appinfo/app.php @@ -8,6 +8,6 @@ OC_App::addNavigationEntry( array( 'id' => 'gallery_index', 'order' => 20, 'href' => OC_Helper::linkTo('gallery', 'index.php'), - 'icon' => '', + 'icon' => OC_Helper::linkTo('', 'core/img/filetypes/image.png'), 'name' => 'Gallery')); ?> |