This commit is contained in:
Denis Bunevich
2026-02-06 10:50:38 +01:00
parent 355a32fadb
commit 79bfb3a22f
7 changed files with 6 additions and 6 deletions

View File

@@ -150,6 +150,9 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<header class="header">
<div class="cont">
<div class="header-cont">
<button class="header-menu-toggle header-btn mobile" title="Open Menu">
<span class="icon-menu"></span>
</button>
<a href="/" class="logo" title="Logo" tabindex="0">
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" alt="Logo">
</a>
@@ -277,9 +280,6 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
hrmHtml += `</button>`;
}
hrmHtml += `
<button class="header-menu-toggle header-btn mobile" title="Open Menu">
<span class="icon-menu"></span>
</button>
<a class="header-btn circle" href="${linksObject.cart}" title="My Cart" tabindex="0">
<span class="icon-shop"></span>
${frontSettings?.cartItemsCount > 0 ? `<span class="num">${frontSettings.cartItemsCount}</span>` : ''}