Files
dostavka_vodi/wp-content/themes/twentytwentyfour/template-parts/test1-shared-footer.php
User A0264400 b64e6d70d6 fix
2026-04-19 18:29:53 +03:00

63 lines
2.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Shared footer for test1-related WooCommerce pages.
*
* @package Twenty_Twenty_Four
*/
$posts_page_id = (int) get_option( 'page_for_posts' );
$blog_url = $posts_page_id > 0 ? get_permalink( $posts_page_id ) : home_url( '/blog/' );
if ( ! $blog_url ) {
$blog_url = home_url( '/blog/' );
}
?>
<footer class="footer premium-footer classic-footer">
<div class="container classic-footer-shell">
<div class="classic-footer-main">
<div class="classic-footer-col brand-col">
<a class="brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" aria-label="Перейти на главную страницу">
<span class="brand-mark" aria-hidden="true">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2C9 6.1 6 9.4 6 13.2C6 16.9 8.69 20 12 20C15.31 20 18 16.9 18 13.2C18 9.4 15 6.1 12 2Z" fill="currentColor"/>
</svg> -->
<img src="<?php echo esc_url( home_url( '/wp-content/themes/twentytwentyfour/assets/images/logo.webp' ) ); ?>" alt="">
</span>
<span class="brand-text">
<strong>АкваЛиния</strong>
<span>вода с доставкой для Севастополя</span>
</span>
</a>
<p class="footer-description">Доставка воды в Севастополе для дома, офиса, кафе и фитнес-клубов. Вода 19 литров, питьевая и минеральная вода с удобным заказом на сайте.</p>
</div>
<div class="classic-footer-col">
<h3>Навигация</h3>
<div class="footer-links">
<a href="<?php echo esc_url( home_url( '/#catalog' ) ); ?>">Каталог</a>
<a href="<?php echo esc_url( $blog_url ); ?>">Блог</a>
<a href="<?php echo esc_url( home_url( '/delivery/' ) ); ?>">Доставка воды в Севастополе</a>
<a href="<?php echo esc_url( home_url( '/service/' ) ); ?>">Доставка воды в офис</a>
<a href="<?php echo esc_url( home_url( '/faq/' ) ); ?>">Частые вопросы</a>
<a href="<?php echo esc_url( home_url( '/contacts/' ) ); ?>">Контакты</a>
</div>
</div>
<div class="classic-footer-col">
<h3>Документы</h3>
<div class="footer-legal">
<a href="#">Политика конфиденциальности</a>
<a href="#">Пользовательское соглашение</a>
<a href="#">Условия использования</a>
</div>
</div>
</div>
<div class="footer-bottom classic-footer-bottom">
<span>© 2026 АкваЛиния. Все права защищены.</span>
<span>АкваЛиния — питьевая вода с доставкой в Севастополе</span>
</div>
</div>
</footer>