diff options
author | marijus <mario@mariovavti.com> | 2014-12-30 21:04:48 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-12-30 21:04:48 +0100 |
commit | 4edc9a696bf0b7d84f2f7d8caa1b5d95902cf09f (patch) | |
tree | 6fd32c4fe4d319ed30450ba3791dea9f4eb5e49c /include/RedDAV/RedBrowser.php | |
parent | 8e034a3b6b67a9aaa20fe9db671350e198fe7c42 (diff) | |
download | volse-hubzilla-4edc9a696bf0b7d84f2f7d8caa1b5d95902cf09f.tar.gz volse-hubzilla-4edc9a696bf0b7d84f2f7d8caa1b5d95902cf09f.tar.bz2 volse-hubzilla-4edc9a696bf0b7d84f2f7d8caa1b5d95902cf09f.zip |
design fixes for photos, files and random fixes
Diffstat (limited to 'include/RedDAV/RedBrowser.php')
-rw-r--r-- | include/RedDAV/RedBrowser.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index d07f60083..709f6339b 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -342,6 +342,7 @@ class RedBrowser extends DAV\Browser\Plugin { 'application/octet-stream' => 'icon-file-alt', //Text + 'text/plain' => 'icon-file-text-alt', 'application/msword' => 'icon-file-text-alt', 'application/pdf' => 'icon-file-text-alt', 'application/vnd.oasis.opendocument.text' => 'icon-file-text-alt', @@ -365,6 +366,11 @@ class RedBrowser extends DAV\Browser\Plugin { 'audio/mpeg' => 'icon-music', 'audio/wav' => 'icon-music', 'application/ogg' => 'icon-music', + + //Video + 'video/quicktime' => 'icon-film', + + ); $iconFromType = 'icon-file-alt'; |