Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2011-10-02 19:52:11 +0400
committerBartek Przybylski <bart.p.pl@gmail.com>2011-10-02 19:52:11 +0400
commitc3d7ffc8775e45da9b89781bb4e99be373b8ce09 (patch)
treea1b2f542bcb5d3a11f597a3c55ead8342512b89b /apps/gallery/appinfo/app.php
parentee62eb7bb088d6d496d3651a391b83f3ad184fb9 (diff)
adding tmp icon for app, extending memory size for php in .htaccess
Diffstat (limited to 'apps/gallery/appinfo/app.php')
-rw-r--r--apps/gallery/appinfo/app.php2
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'));
?>