| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/kontur_dev/wp-content/themes/konturpolska/ |
Upload File : |
<!-- start slider -->
<?php if( have_rows('grupa_powtarzalna-ciekawostki') ): ?>
<section class="container-xxl slider-section-acf mt-5 p-4">
<h4 class="text-center">
<b>Czy wiesz że?</b>
</h4>
<div class="carousel-with-testimonials">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<?php while( have_rows('grupa_powtarzalna-ciekawostki') ): the_row(); ?>
<div class="carousel-item <?php if(get_row_index()==1){echo 'active';} ?>">
<div class="h-100 d-block text-center">
<p class="carousel-text"><?php the_sub_field('tekst_ciekawostki_slider'); ?></p>
</div>
</div>
<?php endwhile; ?>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<?php endif; ?>
<!-- end slider -->
<div class="separator"></div>
<?php get_template_part( 'template-parts/contact', 'us' ); ?>
<div class="separator"></div>
<footer id="main-footer" class="container-fluid">
<div class="container-xxl h-100">
<div class="row h-100 align-content-space-around">
<?php $homelink = esc_url( home_url( '/' ) ); ?>
<div class="col-lg-12 pb-5">
<div class="footer-menu">
<a class="footer-link" href="<?= $homelink.'o-nas/'; ?>">O nas</a>
<a class="footer-link" href="<?= $homelink.'spedycja-turcja/'; ?>">Turcja</a>
<a class="footer-link" href="<?= $homelink.'spedycja-grecja/'; ?>">Grecja</a>
<a class="footer-link" href="<?= $homelink.'spedycja-bulgaria/'; ?>">Bułgaria</a>
<a class="footer-link" href="<?= $homelink.'doradztwo-handlowe/'; ?>">Doradztwo handlowe</a>
<a class="footer-link" href="<?= $homelink.'kontakt/'; ?>">Kontakt</a>
</div>
</div>
<div class="col-lg-4">
<h4>Dane kontaktowe</h4>
<div class="line-footer"></div>
<p>
<?php the_field('kontaktowe', 'option');?>
</p>
</div>
<div class="col-lg-4">
<h4>Faktury i płatności</h4>
<div class="line-footer"></div>
<p>
<?php the_field('platnosci', 'option');?>
</p>
</div>
<div class="col-lg-4">
<h4>Zapytania ofertowe</h4>
<div class="line-footer"></div>
<p>
<?php the_field('handlowe', 'option');?>
</p>
</div>
</div>
</div>
<center>
<?php
$msc= date("F");
if ($msc=='December') {
$mscpl=' Grudzień ';
}
if ($msc=='January') {
$mscpl=' Styczeń ';
}
if ($msc=='February') {
$mscpl=' Luty ';
}
if ($msc=='March') {
$mscpl=' Marzec ';
}
if ($msc=='April') {
$mscpl=' Kwiecień ';
}
if ($msc=='May') {
$mscpl=' Maj ';
}
if ($msc=='June') {
$mscpl=' Czerwiec ';
}
if ($msc=='July') {
$mscpl=' Lipiec ';
}
if ($msc=='August') {
$mscpl=' Sierpień ';
}
if ($msc=='September') {
$mscpl=' Wrzesień ';
}
if ($msc=='October') {
$mscpl=' Październik ';
}
if ($msc=='November') {
$mscpl=' Listopad ';
}
;?>
<p class="page-last-modified">Ostatnia aktualizacja: <time class="page-last-modified-td"><?php echo date("j"); echo $mscpl; echo date("Y");?></time></p></center><br>
</footer>
<?php wp_footer(); ?>
<script src="<?=get_template_directory_uri()?>/assets/bs/bs.min.js"></script>
</body>
</html>