📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv4.demodesign.com.tr
📝
sayfa.php
← Geri Dön
<?php require_once 'ayar/Config.php'; $gelen = @get('id'); ?> <!doctype html> <html class="no-js" lang="tr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php if ($Site->sayfa($gelen,'sayfa_title') != ''){ ?> <title> <?php echo $Site->sayfa($gelen,'sayfa_title'); ?> </title> <?php } else { ?> <title> <?php echo $Site->sayfa($gelen,'sayfa_baslik'); ?> </title> <?php } ?> <?php if ($Site->sayfa($gelen,'sayfa_etiket') != ''){ // Meta Keywords ?> <meta name="keywords" content="<?php echo $Site->sayfa($gelen,'sayfa_etiket'); ?>"> <?php } else { ?> <?php } ?> <?php if ($Site->sayfa($gelen,'sayfa_aciklama') != ''){ // Meta Description ?> <meta name="description" content="<?php echo $Site->sayfa($gelen,'sayfa_aciklama'); ?>"> <?php } else { ?> <?php } ?> <?php include('header.php'); ?> <section class="beautypress-inner-welocme-section beautypress-bg parallax-bg" data-parallax="scroll" style="background-color:#<?php echo $Site->site_ayarlari('tema_renk2'); ?>;"> <div class="beautypress-black-overlay"></div> <div class="container"> <div class="beautypress-inner-welcome-content"> <h1 style="text-transform: uppercase;" class="color-white"><?php echo $Site->sayfa($gelen,'sayfa_baslik'); ?></h1> </div> <div class="beautypress-inner-welcome-footer-content"> <ul class="beautypress-breadcrumb"> <li><a href="./">ANA SAYFA</a></li> <li><a style="text-transform: uppercase;" href="<?php echo $Site->sayfa($gelen,'sayfa_seflink'); ?>"><?php echo $Site->sayfa($gelen,'sayfa_baslik'); ?></a></li> </ul> </div> </div> </section> <!-- Sayfa --> <section class="section-padding"> <div class="container"> <?php echo $Site->hizmetdetay($gelen,'sayfa_text'); ?> </div> </section> <?php include('footer.php'); ?>
💾 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