📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kuruyemisciscripti.demodesign.com.tr
/
application
/
views
/
product
📝
view.php
← Geri Dön
<main id="main"> <section class="banner"> <div class="bread cover" style="background-image: url(public/img/baslik-bg.png);"> <div class="container flexC"> <div class="w100"> <div class="bread-title"> <h3><img src="public/img/fistik.png" /><?= $this->module->arguments->title ?></h3> </div> </div> </div> </div> </section> <section class="content"> <div class="container"> <div class="content-body"> <h1 class="f9 m0 mB30 title-effect" data-text="<?= htmlspecialchars($product->title) ?>"> <?= $product->title ?> <br> </h1> <?php if (! empty($product->image)): ?> <img src="<?= uploadPath($product->image, 'product/normal') ?>" style="margin: 0 15px 15px 0;" width="305" alt="<?= htmlspecialchars($product->title) ?>" align="left" class="img-responsive"> <?php endif; ?> <?= $product->detail ?> <div class="clearfix"></div> </div> <div class="w100 clearfix"> <a class="btnBack sm pull-right" href="javascript:history.back();"> <i class="fa fa-arrow-left"></i> <?php echo lang('content-go-back') ?> </a> <div class="share-box clearfix"> <h5 class="share-caption"><?php echo lang('content-share-social') ?></h5> <a class="btnShare facebook" href="http://facebook.com/sharer.php?u=<?php echo current_url() ?>" data-toggle="tooltip" data-placement="top" title="<?php echo lang('content-share-facebook') ?>"> <i class="fa share"></i> <span><?php echo lang('content-share-facebook') ?></span> </a> <a class="btnShare twitter" href="https://twitter.com/share?url=<?php echo current_url() ?>&text=<?php echo htmlspecialchars($product->title) ?>" data-toggle="tooltip" data-placement="top" title="<?php echo lang('content-share-twitter') ?>"> <i class="fa share"></i> <span><?php echo lang('content-share-twitter') ?></span> </a> <a class="btnShare google-plus" href="https://plus.google.com/share?url=<?php echo current_url() ?>" data-toggle="tooltip" data-placement="top" title="<?php echo lang('content-share-twitter') ?>"> <i class="fa share"></i> <span><?php echo lang('content-share-google') ?></span> </a> </div> </div> </div> </section>
💾 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