Sindbad~EG File Manager

Current Path : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/components/
Upload File :
Current File : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/components/item-gallery.php

<?php
  $galleryImg = Util::getWidgetImgPath('gallery-img');
  $galleryText = Util::getFirstWidgetObj('gallery-text');
  $gallery = Util::getWidgetImgPath('gallery');
?>

<div class="gallery py-4">
  <div class="container gallery-text">
    <img src="<?php echo $galleryImg[0]; ?>">
    <p class="mt-2"><?php echo $galleryText['content']; ?></p>
  </div>      
  <?php if (count($gallery) > 0): ?>
    <div class="scrolling-wrapper">
      <?php foreach ($gallery as $key => $img):?>
      <div  class="gallery-image background-image" style="background-image: url('<?php echo $img; ?>')">
      </div>
      <?php endforeach; ?>
    </div>
  <?php endif ?>
</div>


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists