diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-18 11:22:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-18 11:23:47 +0200 |
commit | 5249f09f70c670dcd7d34cac5c5c2ae617ae739b (patch) | |
tree | a2ba154664dc0bd2dad4e040371e90970cbde85c /files/appinfo | |
parent | 4e5fe303a1f1906d34f5e303408e96236dfcc41b (diff) | |
download | nextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.tar.gz nextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.zip |
even shinier icons
Diffstat (limited to 'files/appinfo')
-rw-r--r-- | files/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/appinfo/app.php b/files/appinfo/app.php index c542f47b24f..bf67812cf38 100644 --- a/files/appinfo/app.php +++ b/files/appinfo/app.php @@ -2,7 +2,7 @@ OC_APP::register( array( "order" => 2, "id" => "files", "name" => "Files" )); -OC_APP::addNavigationEntry( array( "id" => "files_index", "order" => 1, "href" => OC_HELPER::linkTo( "files", "index.php" ), "icon" => OC_HELPER::imagePath( "files", "navicon.png" ), "name" => "Files" )); +OC_APP::addNavigationEntry( array( "id" => "files_index", "order" => 1, "href" => OC_HELPER::linkTo( "files", "index.php" ), "icon" => OC_HELPER::imagePath( "files", "home.png" ), "name" => "Files" )); OC_APP::addSettingsPage( array( "id" => "files_administration", "order" => 1, "href" => OC_HELPER::linkTo( "files", "admin.php" ), "name" => "Files", "icon" => OC_HELPER::imagePath( "files", "folder.png" ))); |