Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume COMPAGNON <gcompagnon@outlook.com>2019-08-21 18:18:23 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-11-24 23:51:43 +0300
commited399a31bdf501dd2a5cf35a736b85ecbc9cf4a2 (patch)
treec95fab03907150266c090fb565b6abbb6ef821ec /apps/theming/lib/Capabilities.php
parentcd7af395d7d0442fbe9b87a28345fb70ddd9b7a4 (diff)
add var for theming images , advanced options
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
Diffstat (limited to 'apps/theming/lib/Capabilities.php')
-rw-r--r--apps/theming/lib/Capabilities.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Capabilities.php b/apps/theming/lib/Capabilities.php
index a75403a1fd5..e48c63d50fa 100644
--- a/apps/theming/lib/Capabilities.php
+++ b/apps/theming/lib/Capabilities.php
@@ -83,6 +83,8 @@ class Capabilities implements IPublicCapability {
$this->url->getAbsoluteURL($this->theming->getBackground()),
'background-plain' => $backgroundLogo === 'backgroundColor',
'background-default' => !$this->util->isBackgroundThemed(),
+ 'logoheader' => $this->url->getAbsoluteURL($this->theming->getLogo()),
+ 'favicon' => $this->url->getAbsoluteURL($this->theming->getLogo()),
],
];
}