403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/studiokobylisy_cz/www/wp-content/themes/studiokobylisy/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/studiokobylisy_cz/www/wp-content/themes/studiokobylisy/partials/gallery.php
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />


<div class="gallery-slider">
   <div class="swiper swiper-main">
      <!-- Additional required wrapper -->
      <div class="swiper-wrapper">
         <!-- Slides -->
         <?php
         $slider = pods('slider', 117);
         $obrazky   = $slider->field('obrazek._img.slider');
         foreach ($obrazky as $value) {
            echo '<div class="swiper-slide">';
            echo $value;
            echo '</div>';
         }
         ?>

      </div>
      <!-- If we need pagination -->
      <div class="swiper-pagination"></div>

      <!-- If we need navigation buttons -->
      <div class="swiper-button-prev">
         <img src="<?php echo get_template_directory_uri(); ?>/assets/dist/img/arrow.svg" style="transform:rotate(-90deg)" alt="arrow icon" width="20" height="20" />
      </div>
      <div class="swiper-button-next">
         <img src="<?php echo get_template_directory_uri(); ?>/assets/dist/img/arrow.svg" style="transform:rotate(90deg)" alt="arrow icon"  width="20" height="20" />
      </div>

   </div>

   <div class="swiper swiper-thumbs">
      <!-- Additional required wrapper -->
      <div class="swiper-wrapper">
         <!-- Slides -->
         <?php
         $slider = pods('slider', 117);
         $thumbnaily   = $slider->field('obrazek._img.slider-thumbs');
         foreach ($thumbnaily as $value) {
            echo '<div class="swiper-slide">';
            echo $value;
            echo '</div>';
         }
         ?>

      </div>


   </div>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit