Добавил номер и почту на сайт

This commit is contained in:
User A0264400
2026-04-12 17:03:19 +03:00
parent cc60cd4a2a
commit 310791eb7f
85 changed files with 33 additions and 28 deletions

View File

@@ -33,8 +33,8 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
</nav>
<div class="header-actions">
<a class="header-phone" href="tel:+79781234567">
<span aria-hidden="true">+7 (978) 123-45-67</span>
<a class="header-phone" href="tel:+79117748923">
<span aria-hidden="true">+7 (911) 774-89-23</span>
</a>
<?php if ( 'cart' === $test1_header_mode ) : ?>
<button class="cart-button" id="cartOpenButton" aria-label="Открыть корзину">
@@ -64,7 +64,7 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
<a href="<?php echo esc_url( home_url( '/faq/' ) ); ?>">FAQ</a>
<a href="<?php echo esc_url( home_url( '/contacts/' ) ); ?>">Контакты</a>
</nav>
<a class="header-phone" href="tel:+79781234567">+7 (978) 123-45-67</a>
<a class="header-phone" href="tel:+79117748923">+7 (911) 774-89-23</a>
<button class="cart-button" id="mobileCartOpenButton" aria-label="Открыть корзину с мобильного меню">
<span>Корзина</span>
<span class="cart-count" id="mobileCartCount" aria-live="polite" aria-atomic="true">0</span>