📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
reklamtabelascripti.demodesign.com.tr
📝
ekip.php
← Geri Dön
<?php define("GUVENLIK",true);?> <?php include("panel/system/ayar.php"); include("panel/system/fonksiyon.php"); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title><?php echo $ayar->site_title; ?></title> <meta name="keywords" content="<?php echo $ayar->site_desc; ?>"> <meta name="description" content="<?php echo $ayar->site_meta; ?>"> <link href="<?php echo $ayar->base_url; ?>css/bootstrap.css" rel="stylesheet"> <link href="<?php echo $ayar->base_url; ?>css/style.css" rel="stylesheet"> <link href="<?php echo $ayar->base_url; ?>css/responsive.css" rel="stylesheet"> <link href="<?php echo $ayar->base_url; ?>css/color-switcher-design.css" rel="stylesheet"> <link id="theme-color-file" href="<?php echo $ayar->base_url; ?>css/orange-theme.css" rel="stylesheet"> <link rel="shortcut icon" href="<?php echo $ayar->base_url ?>uploads/logo/<?php echo $ayar->firma_favicon; ?>"/> <link rel="icon" href="images/favicon.png" type="image/x-icon"> <link rel="icon" sizes="192x192" href="<?php echo $ayar->base_url; ?>images/hricon.png"> <link rel="canonical" href="<?php echo $ayar->base_url ?>Anasayfa" /> <meta name="robots" content="ALL"/> <meta name="author" content="<?php echo $ayar->site_title; ?>"> <meta name="dc.language" content="TR"> <meta name="dcterms.subject" content="<?php echo $ayar->site_desc; ?>"> <meta name="dcterms.rights" content="<?php echo $ayar->site_title; ?>"> <meta name="dcterms.audience" content="Global"> <meta name="geo.a3" content="Ankara"> <meta name="geo.country" content="tr"> <meta name="geo.placename" content="Gölbaşı Ankara"> <meta name="revisit-after" content="1 days"/> <meta property="og:title" content="<?php echo $adi ?> - <?php echo $ayar->site_title; ?>"/> <meta property="og:description" content="<?php echo $kisa ?> - <?php echo $ayar->site_title; ?>"/> <meta property="og:image" content="<?php echo $ayar->base_url; ?>Anasayfa"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> </head> <body class="hidden-bar-wrapper"> <div class="page-wrapper"> <?php include ("header.php");?> <section class="page-title" style="background-image:url(<?php echo $ayar->base_url; ?>images/background/pattern-1.png)"> <div class="auto-container"> <div class="clearfix"> <div class="pull-left"> <div class="title"><?php echo $ayar->firma_adi; ?></div> <h2>Ekibimiz</h2> </div> <div class="pull-right"> <ul class="page-breadcrumb"> <li><a href="<?php echo $ayar->base_url; ?>">Anasayfa</a></li> <li>Ekip</li> </ul> </div> </div> </div> </section> <section class="team-page-section"> <div class="auto-container"> <div class="row clearfix"> <!-- Team Block --> <div class="team-block-two col-lg-4 col-md-6 col-sm-12"> <?php $Sorguurunkat = Sorgu("SELECT * FROM ekibimiz order by id desc limit 25"); while($Sonucurunkat = Sonuc($Sorguurunkat)) { ?> <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms"> <div class="image"> <img src="uploads/ekibimiz/<?php echo $Sonucurunkat->resim; ?>" alt="ekip" /> </div> <div class="lower-content"> <h3><?php echo $Sonucurunkat->adi; ?></h3> <div class="designation"><?php echo $Sonucurunkat->keywords; ?></div> </div> </div> <?php } ?></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