summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-05-19 20:50:09 +0200
committerGitHub <noreply@github.com>2017-05-19 20:50:09 +0200
commitc1c676f602fa199c6d8ae9b0ae27b60e5ce10417 (patch)
tree552304712751033824ba126e9cc00bb6a16fa8d4 /apps/theming/lib
parent7eb8b3cec1738edb59fd3c3870d1747b6d2e1cd3 (diff)
parent52f10c436e98733a552d8e2ab7a03a68653a2215 (diff)
downloadnextcloud-server-c1c676f602fa199c6d8ae9b0ae27b60e5ce10417.tar.gz
nextcloud-server-c1c676f602fa199c6d8ae9b0ae27b60e5ce10417.zip
Merge pull request #4910 from nextcloud/make-the-logo-smaller-cream
Fix logo being too big on log in page, fix #4585
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/ThemingDefaults.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/ThemingDefaults.php b/apps/theming/lib/ThemingDefaults.php
index 0824a36ccdc..2b3be1e6413 100644
--- a/apps/theming/lib/ThemingDefaults.php
+++ b/apps/theming/lib/ThemingDefaults.php
@@ -192,6 +192,8 @@ class ThemingDefaults extends \OC_Defaults {
$variables = [
'theming-cachebuster' => "'" . $this->config->getAppValue('theming', 'cachebuster', '0') . "'",
+ 'theming-logo-mime' => "'" . $this->config->getAppValue('theming', 'logoMime', '') . "'",
+ 'theming-background-mime' => "'" . $this->config->getAppValue('theming', 'backgroundMime', '') . "'"
];
$variables['image-logo'] = "'".$this->urlGenerator->getAbsoluteURL($this->getLogo())."'";