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 | |
parent | 4e5fe303a1f1906d34f5e303408e96236dfcc41b (diff) | |
download | nextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.tar.gz nextcloud-server-5249f09f70c670dcd7d34cac5c5c2ae617ae739b.zip |
even shinier icons
Diffstat (limited to 'files')
-rw-r--r-- | files/appinfo/app.php | 2 | ||||
-rw-r--r-- | files/img/file.png | bin | 0 -> 391 bytes | |||
-rw-r--r-- | files/img/folder.png | bin | 436 -> 386 bytes | |||
-rw-r--r-- | files/img/home.png | bin | 0 -> 416 bytes | |||
-rw-r--r-- | files/img/navicon.png | bin | 397 -> 0 bytes |
5 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" ))); diff --git a/files/img/file.png b/files/img/file.png Binary files differnew file mode 100644 index 00000000000..49790448897 --- /dev/null +++ b/files/img/file.png diff --git a/files/img/folder.png b/files/img/folder.png Binary files differindex 3e7a3ba8cfe..3edbe257a34 100644 --- a/files/img/folder.png +++ b/files/img/folder.png diff --git a/files/img/home.png b/files/img/home.png Binary files differnew file mode 100644 index 00000000000..b3fb9bbaf6f --- /dev/null +++ b/files/img/home.png diff --git a/files/img/navicon.png b/files/img/navicon.png Binary files differdeleted file mode 100644 index 3802c98fc46..00000000000 --- a/files/img/navicon.png +++ /dev/null |