summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings/Admin.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-05-22 16:54:07 +0200
committerGitHub <noreply@github.com>2018-05-22 16:54:07 +0200
commit574482769678b921393cc28de7ebfd932de00106 (patch)
treed8d25759549024698915b0e7c60506ae46ccf39e /apps/theming/lib/Settings/Admin.php
parentbae5ec5cb00825da0aed4af445165d92daefb216 (diff)
parentc3d28885b00a0dc0296e8151d2c4a370f2e71c91 (diff)
downloadnextcloud-server-574482769678b921393cc28de7ebfd932de00106.tar.gz
nextcloud-server-574482769678b921393cc28de7ebfd932de00106.zip
Merge pull request #9516 from nextcloud/backport/9437/stable13
[stable13] allow to specify a link to a legal notice
Diffstat (limited to 'apps/theming/lib/Settings/Admin.php')
-rw-r--r--apps/theming/lib/Settings/Admin.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php
index 708bf1914ea..469d4b3d6a9 100644
--- a/apps/theming/lib/Settings/Admin.php
+++ b/apps/theming/lib/Settings/Admin.php
@@ -83,7 +83,8 @@ class Admin implements ISettings {
'backgroundMime' => $this->config->getAppValue('theming', 'backgroundMime', ''),
'uploadLogoRoute' => $path,
'canThemeIcons' => $this->themingDefaults->shouldReplaceIcons(),
- 'iconDocs' => $this->urlGenerator->linkToDocs('admin-theming-icons')
+ 'iconDocs' => $this->urlGenerator->linkToDocs('admin-theming-icons'),
+ 'imprintUrl' => $this->themingDefaults->getImprintUrl(),
];
return new TemplateResponse('theming', 'settings-admin', $parameters, '');