diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-05 10:53:22 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-06-05 10:53:22 +0200 |
commit | 1c20c72efedfb78cdb770070236438cb33d984a8 (patch) | |
tree | 99e6252c88f3b73a26ab2d7bf5982d36a53b720a /lib/base.php | |
parent | 09cc7c2d4436f9e85dc70a7cf22a105b63cb53c1 (diff) | |
parent | 218131d30d6105d0bcd601ea955b258e3e88bdf1 (diff) | |
download | nextcloud-server-1c20c72efedfb78cdb770070236438cb33d984a8.tar.gz nextcloud-server-1c20c72efedfb78cdb770070236438cb33d984a8.zip |
Merge pull request #8620 from owncloud/design-navigation-two
Toggle app navigation not only on mobile, but on desktop as well
Diffstat (limited to 'lib/base.php')
-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 608fe16dcef..7c58619a556 100644 --- a/lib/base.php +++ b/lib/base.php @@ -344,6 +344,7 @@ class OC { } OC_Util::addStyle("styles"); + OC_Util::addStyle("header"); OC_Util::addStyle("mobile"); OC_Util::addStyle("icons"); OC_Util::addStyle("fonts"); |