📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv9.demodesign.com.tr
/
themes
/
default
📝
blog_detail.php
← Geri Dön
<?php m_header(); $informations = $db->table('blog')->where('sef','=',m_u_g('sef'))->where('status','=',1)->get(); if($informations['total_count']=='0') { m_redirect(SITE_DOMAIN); } $info = $informations['data'][0]; ?> <style> .title { font-size: 20px; font-weight: 600; text-align: left; color: #3fbafe; margin-bottom: 20px; } .general .col-lg-4{ margin-bottom:2.5rem; } p.paragraph { line-height: 1.5; } </style> <section class="cover pt-5 pb-5" style="background: url('<?php echo SITE_THEME_URL; ?>/assets/img/cover-login.png') center center no-repeat; background-size: cover;"> <div class="container-lg"> <h2><?php echo $info['title']; ?></h2> </div> </section> <section class="general pt-5 pb-5"> <div class="container-lg"> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-body"> <img src="<?php echo m_image_url($info['image']); ?>" class="img-fluid mx-auto mb-4"> <h2 class="title"><?php echo $info['title']; ?></h2> <p class="paragraph"> <?php echo $info['content']; ?> </p> </div> </div> </div> </div> </div> </section> <?php m_footer(); ?>
💾 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