summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2022-04-01 15:19:15 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 09:31:06 +0200
commita1aaaaa0c86c002a0a406464724b8a0236fe8406 (patch)
treed578929dbff3330c6c00f3068453cd5b943d8a52 /core/templates/layout.guest.php
parent738fcba51a4947213b8b240ebbecc948308340cb (diff)
downloadnextcloud-server-a1aaaaa0c86c002a0a406464724b8a0236fe8406.tar.gz
nextcloud-server-a1aaaaa0c86c002a0a406464724b8a0236fe8406.zip
Update and fix theming images
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index b97181d9457..980d9abb7c4 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -36,10 +36,6 @@
<h1 class="hidden-visually">
<?php p($theme->getName()); ?>
</h1>
- <?php if (\OC::$server->getConfig()->getSystemValue('installed', false)
- && \OC::$server->getConfig()->getAppValue('theming', 'logoMime', false)): ?>
- <img src="<?php p($theme->getLogo()); ?>"/>
- <?php endif; ?>
</div>
</div>
</header>