📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otoekspertizscriptiv2.demodesign.com.tr
📝
haberler.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <!doctype html> <html lang="en"> <head> <title>Bilgiler • <?php echo $ayar->site_title; ?></title> <meta charset="utf-8"> <meta name="description" content="<?php echo $ayar->site_desc; ?>"> <meta name="keywords" content="<?php echo $ayar->site_meta; ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/font-awesome.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/animate.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/icofonts.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/automobil_icon.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/bootstrap.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/owlcarousel.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/bootstrap-datepicker.standalone.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/contactme-1.6.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/jquery.timepicker.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/contactme/select2.min.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/style.css"> <link rel="stylesheet" href="<?php echo $ayar->base_url; ?>css/responsive.css"> </head> <body> <?php include("header.php");?> <div class="banner-area bg-overlay" id="banner-area" style="background-image:url(images/banner/gallery_banner.jpg);"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="banner-heading"> <h1 class="banner-title">Önemli <span>Bilgiler</span></h1> <ol class="breadcrumb"> <li><a href="<?php echo $ayar->base_url; ?>">Anasayfa</a></li> <li>Bilgilendirme</li> </ol> </div> </div> </div> </div> </div> <section id="main-container" class="main-container ts-srevice-inner"> <div class="container"> <div class="row"> <?php $Sorguurunler2 = Sorgu("SELECT * FROM haberler order by id desc"); while($Sonucurunler2 = Sonuc($Sorguurunler2)) { ?> <div class="col-lg-4 col-md-12"> <div class="ts-service-wrapper"> <span class="service-img"> <img class="img-fluid" src="<?php $ayar->base_url; ?>uploads/haberler/<?php echo $Sonucurunler2->resim; ?>" alt="haber"> </span> <div class="service-content"> <h3><a href="<?php $ayar->base_url; ?>HaberDetay/<?php echo $Sonucurunler2->seo; ?>"><?php echo $Sonucurunler2->adi; ?></a></h3> <p><?php echo $Sonucurunler2->description; ?></p> <a href="<?php $ayar->base_url; ?>HaberDetay/<?php echo $Sonucurunler2->seo; ?>" class="readmore">Devamını okuyun!<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <?php } ?> </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