diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-11-08 14:53:44 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-11-08 23:31:18 +0100 |
commit | b1b8c99193c52fa0cf2ac530a96d391ec7fcbc61 (patch) | |
tree | 4a27b25089c7d70a31ae68972334a9a5ae8e9b20 /apps/theming/lib | |
parent | 497cd7fa4e629d6bb4a279e62b45debb3f47e6b2 (diff) | |
download | nextcloud-server-b1b8c99193c52fa0cf2ac530a96d391ec7fcbc61.tar.gz nextcloud-server-b1b8c99193c52fa0cf2ac530a96d391ec7fcbc61.zip |
Theming: add hint about favicon generation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r-- | apps/theming/lib/Settings/Admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php index 12f5dd2b8fa..708bf1914ea 100644 --- a/apps/theming/lib/Settings/Admin.php +++ b/apps/theming/lib/Settings/Admin.php @@ -82,6 +82,8 @@ class Admin implements ISettings { 'background' => $this->themingDefaults->getBackground(), 'backgroundMime' => $this->config->getAppValue('theming', 'backgroundMime', ''), 'uploadLogoRoute' => $path, + 'canThemeIcons' => $this->themingDefaults->shouldReplaceIcons(), + 'iconDocs' => $this->urlGenerator->linkToDocs('admin-theming-icons') ]; return new TemplateResponse('theming', 'settings-admin', $parameters, ''); |