summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-31 14:37:39 -0800
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-31 14:37:39 -0800
commita9e1c9bf6d65d3f7613a40c99ec34caec19d26e3 (patch)
tree48af6d6e4d5ed187ef657a29607dcf59e92c6fc8 /apps/files/appinfo
parent317261d6dfa2b95234628c6e6649bcb94999552a (diff)
parent45865b45c42c76329189028c9fa8aaecdeb6893d (diff)
downloadnextcloud-server-a9e1c9bf6d65d3f7613a40c99ec34caec19d26e3.tar.gz
nextcloud-server-a9e1c9bf6d65d3f7613a40c99ec34caec19d26e3.zip
Merge pull request #1351 from owncloud/navigation
New navigation design
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php
index ab2f3b01a29..da17a7f2ccd 100644
--- a/apps/files/appinfo/app.php
+++ b/apps/files/appinfo/app.php
@@ -6,7 +6,7 @@ OCP\App::registerAdmin('files', 'admin');
OCP\App::addNavigationEntry( array( "id" => "files_index",
"order" => 0,
"href" => OCP\Util::linkTo( "files", "index.php" ),
- "icon" => OCP\Util::imagePath( "core", "places/home.svg" ),
+ "icon" => OCP\Util::imagePath( "core", "places/files.svg" ),
"name" => $l->t("Files") ));
OC_Search::registerProvider('OC_Search_Provider_File');