From c3d7ffc8775e45da9b89781bb4e99be373b8ce09 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Sun, 2 Oct 2011 17:52:11 +0200 Subject: adding tmp icon for app, extending memory size for php in .htaccess --- apps/gallery/appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gallery/appinfo') 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')); ?> -- cgit v1.2.3