diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-31 14:37:39 -0800 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2013-01-31 14:37:39 -0800 |
commit | a9e1c9bf6d65d3f7613a40c99ec34caec19d26e3 (patch) | |
tree | 48af6d6e4d5ed187ef657a29607dcf59e92c6fc8 /apps/files/appinfo | |
parent | 317261d6dfa2b95234628c6e6649bcb94999552a (diff) | |
parent | 45865b45c42c76329189028c9fa8aaecdeb6893d (diff) | |
download | nextcloud-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.php | 2 |
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'); |