File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 12
12
?>
13
13
<?php $ storeName = $ block ->getThemeName () ? $ block ->getThemeName () : $ block ->getLogoAlt ();?>
14
14
<span data-action="toggle-nav" class="action nav-toggle"><span><?= /* @escapeNotVerified */ __ ('Toggle Nav ' ) ?> </span></span>
15
- <?php if ($ block ->isHomePage ()):?>
16
- <strong class="logo">
17
- <?php else : ?>
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 () . '" ' : '' ?>
25
- />
26
- <?php if ($ block ->isHomePage ()):?>
27
- </strong>
28
- <?php else :?>
29
- </a>
30
- <?php endif ?>
15
+ <a class="logo" href="<?= $ block ->getUrl ('' ) ?> " title="<?= /* @escapeNotVerified */ $ storeName ?> ">
16
+ <img src="<?= /* @escapeNotVerified */ $ block ->getLogoSrc () ?> "
17
+ title="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
18
+ alt="<?= /* @escapeNotVerified */ $ block ->getLogoAlt () ?> "
19
+ <?= $ block ->getLogoWidth () ? 'width=" ' . $ block ->getLogoWidth () . '" ' : '' ?>
20
+ <?= $ block ->getLogoHeight () ? 'height=" ' . $ block ->getLogoHeight () . '" ' : '' ?>
21
+ />
22
+ </a>
You can’t perform that action at this time.
0 commit comments