📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
petshopscripti.demodesign.com.tr
/
includes
📝
header.php
← Geri Dön
<?php include 'includes/config/session.php'; ?> <?php if ($bakim['durum'] == 1 ) { header("Location:$ayar[site_url]bakimdayiz"); } ?> <?php $headerayar=$db->prepare("SELECT * from header_ayar where id='1'"); $headerayar->execute(); $head = $headerayar->fetch(PDO::FETCH_ASSOC); $headerlimit = $head['header_limit']; ?> <?php $sosyalcon=$db->prepare("SELECT * from sosyal order by sira asc"); $sosyalcon->execute(); $sosyalmobile=$db->prepare("SELECT * from sosyal order by sira asc"); $sosyalmobile->execute(); ?> <?php $headermainmenu=$db->prepare("SELECT * from header_menu where ust_id='0' and durum='1' and dil='$_SESSION[dil]' order by sira asc limit $headerlimit"); $headermainmenu->execute(); ?> <?php $telmetin = $ayar['site_tel']; $telsonuc = str_replace(' ', '', $telmetin); $gsmmetin = $ayar['site_gsm']; $gsmsonuc = str_replace(' ', '', $gsmmetin); $whtmetin = $ayar['site_whatsapp']; $whtsonuc1 = str_replace('90', '+90 ', $whtmetin); $whtsonuc2 = str_replace(' ', '', $whtmetin); $fixedmenu = $db->prepare("select * from sabit_header where id=:id "); $fixedmenu->execute(array( 'id' => '1', )); $fx = $fixedmenu->fetch(PDO::FETCH_ASSOC); ?> <?php $hashOlusturrandom = rand(0,(int) 9999999999999);?> <!DOCTYPE html> <html lang="<?=$current_lang['kisa_ad']?>"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="<?php echo"$ayar[site_url]"?>"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <!--== Google Fonts ==--> <link rel="preconnect" href="https://fonts.googleapis.com/"> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600&display=swap" rel="stylesheet"> <!--== Bootstrap CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/bootstrap.min.css" rel="stylesheet" /> <!--== Font Awesome Min Icon CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/font-awesome.min.css" rel="stylesheet" /> <!--== 7 Stroke Icon CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/pe-icon-7-stroke.css" rel="stylesheet" /> <!--== Swiper CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/swiper.min.css" rel="stylesheet" /> <!--== Fancybox Min CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/fancybox.min.css" rel="stylesheet" /> <!--== Range Slider Min CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/ion.rangeSlider.min.css" rel="stylesheet" /> <!--== Main Style CSS ==--> <link href="<?php echo $ayar['site_url'] ?>tema/css/style.css" rel="stylesheet" /> <link rel="stylesheet" href="assets/css/flag/flag-icon.css" > <link rel="stylesheet" href="assets/css/sweetalert/sweetalert2.min.css" > <link rel="stylesheet" href="assets/css/fonts.css"> <link rel="stylesheet" href="assets/css/font-awesome/font-awesome.min.css" /> <!-- RSS ======================================================================== --> <link rel="alternate" type="application/rss+xml" title="RSS servisi" href="<?php echo"$ayar[site_url]" ?>rss.xml" /> <!-- RSS End !--> <link rel="shortcut icon" href="<?php echo $ayar['site_url'] ?>images/<?php echo $ayar['site_favicon']; ?>"> <?php $cerezlerCek = $db->prepare("select * from cerez_ayar where dil='$_SESSION[dil]' and durum='1' order by id desc limit 1"); $cerezlerCek->execute(); $cer = $cerezlerCek->fetch(PDO::FETCH_ASSOC); if ($cerezlerCek->rowCount() > 0) { ?> <!-- Cookies Agree --> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" /> <script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script> <script> window.cookieconsent.initialise({ "palette": { "popup": { "background": "#<?=$cer['bg_color']?>", "text": "#<?=$cer['bg_text_color']?>" }, "button": { "background": "#<?=$cer['button_bg']?>", "text": "#<?=$cer['button_text_color']?>" } }, "content": { "message": "<?=$cer['spot']?>", "dismiss": "<?=$cer['button_text']?>", "link": "<?=$cer['link_text']?>", "href": "<?=$cer['link']?>" } }); </script> <!-- Cookies Agree End --> <?php }?> </head> <body> <!--wrapper start--> <div class="wrapper"> <!--== Start Preloader Content ==--> <div class="preloader-wrap"> <div class="preloader"> <div class="dog-head"></div> <div class="dog-body"></div> </div> </div> <!--== End Preloader Content ==-->
💾 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