📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv4.demodesign.com.tr
📝
hizmetdetay.php
← Geri Dön
<?php require_once 'ayar/Config.php'; $gelen = @get('id'); ?> <!DOCTYPE html> <html lang="tr"> <head> <meta charset="utf-8"> <!--===== Meta =====--> <?php if ($Site->hizmetdetay($gelen,'sayfa_title') != ''){ ?> <title> <?php echo $Site->hizmetdetay($gelen,'sayfa_title'); ?> </title> <?php } else { ?> <title> <?php echo $Site->hizmetdetay($gelen,'sayfa_baslik'); ?> </title> <?php } ?> <?php if ($Site->hizmetdetay($gelen,'sayfa_etiket') != ''){ // Meta Keywords ?> <meta name="keywords" content="<?php echo $Site->hizmetdetay($gelen,'sayfa_etiket'); ?>"> <?php } else { ?> <?php } ?> <?php if ($Site->hizmetdetay($gelen,'sayfa_aciklama') != ''){ // Meta Description ?> <meta name="description" content="<?php echo $Site->hizmetdetay($gelen,'sayfa_aciklama'); ?>"> <?php } else { ?> <?php } ?> <!--===== Header =====--> <?php include('header.php'); ?> <!--===== Body =====--> <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 if(substr($Site->hizmetdetay($gelen,'hizmeticon'),0,1)=="{"){ ?> <i class="fa <?=substr($Site->hizmetdetay($gelen,'hizmeticon'),1)?>" style="font-size:100px;"></i><br> <?php echo $Site->hizmetdetay($gelen,'sayfa_baslik'); ?></span></h2> <?php } else { ?> <img style="border-radius: 50px;" src="upload/<?=substr($Site->hizmetdetay($gelen,'hizmeticon'),1)?>" width="100" height="100"><br> <?php echo $Site->hizmetdetay($gelen,'sayfa_baslik'); ?> <?php } ?> </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->hizmetdetay($gelen,'sayfa_seflink'); ?>"><?php echo $Site->hizmetdetay($gelen,'sayfa_baslik'); ?></a></li> </ul> </div> </div> </section> <!-- Hizmet --> <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