We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3cd29 commit 21ee93eCopy full SHA for 21ee93e
app/code/Magento/Theme/view/frontend/templates/html/header/logo.phtml
@@ -18,6 +18,7 @@
18
<a class="logo" href="<?= $block->getUrl('') ?>" title="<?= /* @escapeNotVerified */ $storeName ?>">
19
<?php endif ?>
20
<img src="<?= /* @escapeNotVerified */ $block->getLogoSrc() ?>"
21
+ title="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
22
alt="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
23
<?= $block->getLogoWidth() ? 'width="' . $block->getLogoWidth() . '"' : '' ?>
24
<?= $block->getLogoHeight() ? 'height="' . $block->getLogoHeight() . '"' : '' ?>
0 commit comments