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 --- .htaccess | 10 +++++----- apps/gallery/appinfo/app.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.htaccess b/.htaccess index 34c8a234514..8763a8bcde5 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,8 @@ -ErrorDocument 404 //owncloud/core/templates/404.php +ErrorDocument 404 /owncloud/core/templates/404.php - php_value upload_max_filesize 512M - php_value post_max_size 512M - php_value memory_limit 128M - SetEnv htaccessWorking true +php_value upload_max_filesize 512M +php_value post_max_size 512M +php_value memory_limit 128M +SetEnv htaccessWorking true Options -Indexes 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