| Server IP : 104.171.130.249 / Your IP : 216.73.216.146 Web Server : nginx/1.25.5 System : Linux 0dac65491b7e 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/matreshka/ |
Upload File : |
<?php
/*
Template Name: Условия доставки и оплаты
*/
get_header();
?>
<main id="primary" class="site-main">
<?php while ( have_posts() ) : the_post(); ?>
<!-- bread-crumb -->
<section class="bread-crumb d-none d-md-flex mt-4">
<div class="container">
<p class="montserrat-medium">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="text-decoration-none text-dark">Главная</a>
<span class="dot">●</span>
<a href="<?php echo esc_url( '/my-account/' ); ?>" class="text-decoration-none text-dark">Профиль</a>
<span class="dot">●</span>
<span class="bread-crumb-product">Условия доставки и оплаты</span>
</p>
</div>
</section>
<!-- header -->
<section>
<div class="container mt-3">
<div class="d-flex align-items-center">
<a href="javascript:history.back()" class="d-block d-md-none me-3">
<img src="<?php echo esc_url( get_template_directory_uri() . '/assets/icons/AltArrowLeft.svg' ); ?>" alt="arrow left icon">
</a>
<h1 class="montserrat-semibold mb-0 about-service-title">Условия доставки и оплаты</h1>
</div>
</div>
</section>
<!-- content -->
<section>
<div class="container my-md-5 my-4">
<div class="about-service-excellence">
<div class="excellence-box">
<?php the_content(); ?>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
</main>
<?php
get_footer();