diff options
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 5e132985243..b32d163cd69 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -35,8 +35,7 @@ <?php if ($_['bodyid'] === 'body-login'): ?> <header role="banner"> <div id="header"> - - <img class="logo" alt="<?php p($l->t('%s logo', [$theme->getName()])); ?>" src="<?= ($_['logoUrl'] ?? '') !== '' ? $_['logoUrl'] : $theme->getLogo(); ?>"> + <div class="logo"></div> </div> </header> <?php endif; ?> |