diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-21 17:39:38 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-01-23 12:55:39 +0100 |
commit | 25e9b7a7423da5d8631d365250e7e5e5955b87b2 (patch) | |
tree | b14f22c75507581ace8d35931e0334a8a8ae2a7c /lib | |
parent | 3a17220c9f015435ef15b70de42b4e6d95236888 (diff) | |
download | nextcloud-server-25e9b7a7423da5d8631d365250e7e5e5955b87b2.tar.gz nextcloud-server-25e9b7a7423da5d8631d365250e7e5e5955b87b2.zip |
add icons.css file, first step to get rid of %webroot%
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 0597183adcf..a1c424017e6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -331,6 +331,7 @@ class OC { } OC_Util::addStyle("styles"); + OC_Util::addStyle("icons"); OC_Util::addStyle("apps"); OC_Util::addStyle("fixes"); OC_Util::addStyle("multiselect"); |