📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv4.demodesign.com.tr
📝
footer.php
← Geri Dön
<?php require_once 'ayar/Config.php'; ?> <?php $phones = explode(',',$Site->site_ayarlari('site-telefon1')); ?> <?php $mails = explode(',',$Site->site_ayarlari('site-eposta')); ?> <?php $adress = explode(',',$Site->site_ayarlari('site-adres')); ?> <!-- Footer section --> <style type="text/css"> @media screen and (max-width:667px), screen and (max-device-width:667px) { .mobildegosterme { display: none; } } </style> <footer class="beautypress-footer-section"> <div class="container"> <div class="beautypress-footer-content"> <div class="beautypress-footer-logo"> <a href="./"><img src="upload/<?php echo $Site->site_ayarlari('footerlogo'); ?>" alt="Logo <?php echo $_SERVER["HTTP_HOST"];?>"><br></a> </div><br> <div class="row"> <div class="mobildegosterme col-md-12 col-sm-12 col-lg-4 col-xl-4"> <div class="beautypress-single-footer"> <b style="color:white;"> <?php foreach ($adress as $adres){ if (!empty($adres)){ ?> <i style="color:white;" class="fa fa-map-marker" aria-hidden="true"></i> <?=$Site->site_ayarlari('site-adres'); ?> <?php } } ?> </b><br><br> <b style="color:white;"> <?php foreach ($mails as $mail) { if (!empty($mail)){ ?> <i style="color:white;" class="fa fa-envelope-o" aria-hidden="true"></i> <a style="color:white;" href="mailto:<?=$mail?>"> <?=$mail?> </a><br> <?php } } ?> </b> <br><br> <b> <?php foreach ($phones as $phone) { if(!empty($phone)){ ?> <i style="color:white;" class="fa fa-phone-square" aria-hidden="true"></i> <a style="color:white;" href="tel:<?=$phone?>"> <?=$phone?> </a><br> <?php }} ?> </a> </b> </div> </div> <div class="col-md-12 col-sm-12 col-lg-5 col-xl-5"> <div class="beautypress-single-footer"> <center> <div class="social-icons color-hover"> <ul> <?php if ($Site->site_ayarlari('site-facebook') != "") { ?> <li class="social-facebook"> <a title="Facebook Sayfamız" href="<?php echo $Site->site_ayarlari('site-facebook'); ?>" target="_blank"> <i class="fa fa-facebook"> </i> </a> </li> <?php } ?> <?php if ($Site->site_ayarlari('site-instagram') != "") { ?> <li class="social-instagram"> <a title="İnstagram Sayfamız" href="<?php echo $Site->site_ayarlari('site-instagram'); ?>" target="_blank"> <i class="fa fa-instagram"> </i> </a> </li> <?php } ?> <?php if ($Site->site_ayarlari('site-twitter') != "") { ?> <li class="social-twitter"> <a title="Twitter Sayfamız" href="<?php echo $Site->site_ayarlari('site-twitter'); ?>" target="_blank"> <i class="fa fa-twitter"> </i> </a> </li> <?php } ?> <?php if ($Site->site_ayarlari('site-googleplus') != "") { ?> <li class="social-youtube"> <a title="Youtube Sayfamız" href="<?php echo $Site->site_ayarlari('site-googleplus'); ?>" target="_blank"> <i class="fa fa-youtube"> </i> </a> </li> <?php } ?> <?php if ($Site->site_ayarlari('site-telefon2') != "") { ?> <li class="social-whatsapp"> <a title="WhatsApp İletişim Hattı" href="https://api.whatsapp.com/send?phone=<?php echo $Site->site_ayarlari('site-telefon2'); ?>&text=<?php echo $_SERVER[" HTTP_HOST "];?> - WhatsApp İletişim Hattı" target="_blank"> <i class="fa fa-whatsapp"> </i> </a> </li> <?php } ?> </ul> </div><br><br><br> <b style="color:white;"> <?php echo $Site->site_ayarlari('site-slogan2'); ?> </b><br><br> <img src="img/cartyakup.png"> </center> </div> </div> <div class="mobildegosterme col-md-12 col-sm-12 col-lg-3 col-xl-3"> <div class="beautypress-single-footer beautypress-single-footer-group"> <b style="text-align:left;"> <?php $gun = "calismaPazartesi"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Pazartesi: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaSali"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Salı: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaCarsamba"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Çarşamba: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaPersembe"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Perşembe: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaCuma"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Cuma: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaCumartesi"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Cumartesi: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> <?php $gun = "calismaPazar"; if ($Site->site_ayarlari($gun) != "") { ?> <p>Pazar: <?php if ($Site->site_ayarlari($gun) == "KAPALI" || $Site->site_ayarlari($gun) == "kapalı" || $Site->site_ayarlari($gun) == "kapali" || $Site->site_ayarlari($gun) == "x") {echo '<button type="button" style="font-size:8px;" class="btn btn-danger btn-xs">KAPALI</button>'; } else { echo $Site->site_ayarlari($gun); } } ?></p> </b> </div> <!-- .beautypress-single-footer END --> </div> </div> </div> </div> <?php if ($Site->modul_ayarlari('ebulten') == "aktif") { ?> <div class="beautypress-subscribe-wraper"> <div class="beautypress-subscribe"> <input type="email" placeholder="E-Bülten Aboneliği" name="ebulten" id="ebulten"> <input type="submit" value="Kaydet" onclick="bultenEkle();" class="beautypress-sub bg-color-cyan"> <label style="display: block;color: white;" for="mc-email"><span id="bultenError"></span></label> </div> </div> <script> function bultenEkle() { var inpObj = document.getElementById("ebulten"); if (!inpObj.checkValidity()) { document.getElementById("bultenError").innerHTML = inpObj.validationMessage; return false; } var email = document.getElementById('ebulten').value; $.ajax({ type: "POST", url: "ajaxislemler.php", data: { 'konu':'ebulten', 'email' : email} , success:function(cevap){ console.log(cevap); var obje = JSON.parse(cevap); if(obje.status == 'success'){ document.getElementById('bultenError').innerHTML = obje.message; } else { document.getElementById('bultenError').innerHTML = obje.message; } } } ) } </script> <?php } ?> <div class="beautypress-copyright-content"> <div class="container"> <div class="beautypress-back-to-top-group"> <div class="beautypress-back-to-top-wraper show-last-pos active back-to-top-center"> <a href="#" title="Sayfa Başı" class="beautypress-btn-2 beautypress-iocn-btn full-round-btn back-to-top"> <i class="fa fa-angle-up" style="font-size:28px;"></i></a> </div> <!-- .beautypress-back-to-top-wraper END --> </div> <div class="beautypress-copyright-text"> <p> <?php echo $Site->site_ayarlari('site-slogan3'); ?> </p> <a href="https://www.showyazilim.com/?ref=<?php echo $_SERVER["HTTP_HOST"];?>" target="_blank" title="Web Tasarım ve Programlama SHOWYAZILIM"> <img style="width:120px;" src="img/showyazilim.svg" border="0"></a> </div> </div> </div> </footer> <style type="text/css"> .showustcizgi { background: #f7f9fa; height: 5px; background-image: -webkit-linear-gradient(left, #34495e, #6893BD 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%); background-image: -moz-linear-gradient(left, #34495e, #6893BD 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%); background-image: -ms-linear-gradient(left, #34495e, #6893BD 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%); background-image: linear-gradient(to right, #34495e, #6893BD 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%); background-size: 100% 6px; background-position: 50% 100%; background-repeat: no-repeat; } </style> <div class="showustcizgi"></div> <?php if ($Site->site_ayarlari('site-telefon2') != "") { ?> <!-- WhatsApp Modülü --> <script type="text/javascript"> (function () { var options = { whatsapp: "<?php echo $Site->site_ayarlari('site-telefon2'); ?>", // WhatsApp number call_to_action: "WhatsApp İletişim Hattı", // Call to action position: "left", // Position may be 'right' or 'left' }; var proto = document.location.protocol, host = "whatshelp.io", url = proto + "//static." + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- WhatsApp Modülü --> <?php } ?> <!-- Footer section end --> <script src="js/jquery-3.2.1.min.js"></script> <script src="js/plugins.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/bootstrap-datepicker.min.js"></script> <script src="js/isotope.pkgd.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/appear.js"></script> <script src="js/spectragram.min.js"></script> <script src="js/main.js"></script> <script src="js/custom.js"></script> </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