📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscripti.demodesign.com.tr
📝
foto-galeri.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <!DOCTYPE html> <html lang="tr"> <head> <title>Foto Galeri • <?php echo $ayar->site_title; ?></title> <meta charset="utf-8"> <meta name="keywords" content="foto, fotograf, fotoğraf, albüm, galeri,"> <meta name="description" content="Bize Ait Tüm Çalışmalara Yönelik Fotoğraflar Burada."> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/animations.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/font-awesome.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/main.css" class="color-switcher-link"> <script src="<?php echo $ayar->base_url; ?>js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <?php include("header.php");?> <section class="page_title ds s-pt-105 s-pb-50 s-pt-lg-115 s-pb-lg-60"> <div class="divider-3 d-none d-lg-block"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <h1 class="bold text-center text-lg-left">Fotoğraf Galerisi</h1> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo $ayar->base_url; ?>">Anasayfa</a> </li> <li class="breadcrumb-item"> <a href="#">Galeri</a> </li> </div> </div> </div> </section> <section class="ls s-pt-50 s-pb-60 s-pt-lg-90 s-pb-lg-100 s-pt-xl-140 s-pb-xl-150"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="row isotope-wrapper masonry-layout c-gutter-10 c-mb-10" data-filters=".gallery-filters"> <?php $Sorguurunkat = Sorgu("SELECT * FROM galeri_resim order by id desc"); while($Sonucurunkat = Sonuc($Sorguurunkat)) { ?> <div class="col-xl-6 col-sm-6 diagnostic towing"> <div class="vertical-item item-gallery content-absolute text-center ds"> <div class="item-media"> <img src="uploads/fotogaleri/<?php echo $Sonucurunkat->resim_yolu ?>" alt=""> <div class="media-links"> <div class="links-wrap"> <a class="link-zoom photoswipe-link" title="" href="uploads/fotogaleri/<?php echo $Sonucurunkat->resim_yolu ?>"></a> </div> </div> </div> </div> </div> <?php } ?> </div> <!-- .isotope-wrapper--> </div> </div> </div> </section> <?php include("footer.php");?> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula