Mini Shell

Direktori : /var/www/vhosts/toprakarsaemlak.com/httpdocs/detay/
Upload File :
Current File : /var/www/vhosts/toprakarsaemlak.com/httpdocs/detay/galeri.php

     <div class="glo-restaurant-gallery pb-90 mpb-50">
         <div class="container">
            <div class="grid row wow fadeInUp" data-wow-delay=".5s">
                 <?php
                             $cek  =$db->query("select * from galeri where durum='0' and dil='{$dilsec["id"]}' order by sira asc")->fetchAll(PDO::FETCH_ASSOC);
                             foreach($cek as $goster){
                             ?>
               
               <div class="col-lg-3 col-md-6 grid-item mb-30">
                  <div class="glo-gallery-page-thumb">
                     <div class="img-hover">
                        <div class="glo-restaurant-thumb">
                           <img src="resimler/<?=$goster["resim"]?>" alt="<?=$goster["adi"]?>">
                           <div class="glo-restaurant-content">
                              <a href="resimler/<?=$goster["resim"]?>" class="popup-image"><i class="fal fa-plus"></i></a>
                           </div>
                        </div>
                     </div>
                  </div>
               </div>
            <?php }?>
            </div>
         </div>
      </div>