diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2022-04-01 15:19:15 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 09:31:06 +0200 |
commit | a1aaaaa0c86c002a0a406464724b8a0236fe8406 (patch) | |
tree | d578929dbff3330c6c00f3068453cd5b943d8a52 /core/templates/layout.guest.php | |
parent | 738fcba51a4947213b8b240ebbecc948308340cb (diff) | |
download | nextcloud-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.php | 4 |
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> |