Merhaba arkadaşlar, google captcha entegrasyon hakkında bilgisi olan yardımcı olailirmi ?

php forum.
contact.php

<?php 
include('../libs/connect.php');
$Title = "İletişim | ".$Setting["Title"];
$active = "contact";
include('../controller/header.php');


$date = date("d.m.Y");
if(!isset($_COOKIE["KKZiyaretçi"])){
	setcookie("KKZiyaretçi","1",strtotime("+1 year"));
 	
	    $query2 = $db->query("SELECT * FROM istatistic WHERE tarih = '$date' ");
		$resultq = $query2->rowCount();
		if($resultq > 0 ){
			$qArttir = $db->prepare("UPDATE istatistic SET tekil = tekil+1 , cogul = cogul+1 WHERE ( tarih= :tarih2 )");
			$qArttir->execute(array(':tarih2' => $date, ));

		}else{
           $no    = 1;
		   $cogul = 1;
		   $qqArttir = $db->prepare("INSERT INTO istatistic (tarih,tekil,cogul) VALUES (?,?,?)");
		   $qqArttir->execute(array($date,$no,$cogul));  
		}
}else{
	$queryelse = $db->query("SELECT * FROM istatistic WHERE tarih = '$date' ");
	$bulgetir = $queryelse->rowCount();
		if($bulgetir > 0){
			$ElArttir = $db->prepare("UPDATE istatistic SET cogul = cogul+1 WHERE ( tarih= :tarihelse )");
			$ElArttir->execute(array(':tarihelse' => $date, ));
		}else{
           $ino    = 0;
		   $icogul = 1;
		   $qElseArttir = $db->prepare("INSERT INTO istatistic (tarih,tekil,cogul) VALUES (?,?,?)");
		   $qElseArttir->execute(array($date,$ino,$icogul));  
		}
	
}


?>
	

<?php 

$user = @$_SESSION['user_session'];

$stmtshop2 = $db->prepare("SELECT * FROM shopping  WHERE User=:1");

$stmtshop2->execute(array(":1"=>$user));

$Shop = $stmtshop2->rowCount();

if(!$Shop > 0){


}else{

foreach($stmtshop2 As $ShopRow){

$proid = $ShopRow['Products'];

$stmtproduct = $db->prepare("SELECT * FROM products  WHERE products_id =:2");

$stmtproduct->execute(array(":2"=>$proid));

if(!$stmtproduct->rowCount()){

echo'<b><center><font color="black">Ürün Bulunamadı</font></center></b>';

}else{

foreach($stmtproduct as $ShopCome){

$tokenArray = explode(",",$ShopCome['Photo']);

$photo = $tokenArray[0];

$stmtproduc23t = $db->prepare("SELECT * FROM packages  WHERE packages_id =:3");

$stmtproduc23t->execute(array(":3"=>$ShopCome['Packages']));

foreach($stmtproduc23t as $CatRow){

?>

<tr>

<td class="product-thumbnail">

<a href="<?php echo Base;?><?php echo $CatRow['Url'];?>/<?php echo $ShopCome['Url'];?>.html" style="text-decoration: none;">

<?php 

$photo = $ShopCome['Photo'];

$imgcon = $db->query("SELECT * FROM gshop WHERE shopkey = '$photo' ORDER BY gshop_id ASC LIMIT 1 ");

$imgresult = $imgcon->rowCount();

if(!$imgresult > 0 ){ ?>

<img width="100" height="100" alt="<?php echo $Setting->Title;?>" class="img-responsive" src="<?php echo Base;?>imagenotfound.jpg">

<?php }else{

foreach($imgcon as $imgrow){

echo'<img width="100" height="60" alt="'.$Setting->Title.'" class="img-circle" src="'.Base.'public/default/upload/products/'.$imgrow['photo'].'">';

}

}

?>

</a>

</td>

<td class="product-name">

<a href="<?php echo Base;?><?php echo $CatRow['Url'];?>/<?php echo $ShopCome['Url'];?>.html" style="color: black; font-weight: bold; text-decoration: none;"><?php echo $ShopCome['Title'];?><br><span class="amount">

<strong>

<?php 

if(@$_SESSION['userAgent'] == 1){?>

<?php echo $ShopCome['BayiPrice'];?>

<?php }else{ ?>

<?php echo $ShopCome['Price'];?>

<?php } ?> <i class="fa fa-try"></i>

</strong>

</span>

</a>

</td>


</tr>

<?php 	} } }	}?>

<div id="sonuc"></div>

<tr>

<td class="actions" colspan="6">


</td>

</tr>

<?php } ?>

</tbody>

</table>
<br>
      </div>
	  
    </div>
  </div>
</div>
<script>
function MailSend(){
	var ContactName = $('#ContactName').val();
	var Mail = $('#Mail').val();
	var Subject = $('#Subject').val();
	var Message = $('#Message').val();
	if(ContactName ==""){
		swal({

				html: true,
                title: "",
				text: "<b>Adınızı Soyadınızı Girin</b>",
                type: "error",
                showConfirmButton: false,
				timer: 4000
        });
	}else if(Mail ==""){
		swal({

				html: true,
                title: "",
				text: "<b>Mail Adresinizi Girin</b>",
                type: "error",
                showConfirmButton: false,
				timer: 4000
        });
	}else if(Subject ==""){
		swal({

				html: true,
                title: "",
				text: "<b>Konu Alanını Seçin</b>",
                type: "error",
                showConfirmButton: false,
				timer: 4000
        });
		
	}else if(Message ==""){
		swal({

				html: true,
                title: "",
				text: "<b>Mesajınızı Girin</b>",
                type: "error",
                showConfirmButton: false,
				timer: 4000
        });
	
	
	}else{
    $.ajax({
        type: 'POST', 
        url: "<?php echo $URL;?>wiews/send.php", 
        data: $('#contact_form').serialize(), 
    }).done(function( data ) {
	document.getElementById('contact_form').reset();
	$('#sonuc').html(data);
	 

	});      
	return false;
		
	}
}
</script>

			<div role="main" class="main">

				<section class="page-header custom-product" style="height: 130px; ">
					<div class="container">
						<div class="row">
							<div class="col-sm-7">
							<br><br>
								<h1 style="margin-top: -4px;">Omlet İletişim </h1> 
								
		
							</div>
							
						</div>
					</div>
				</section>


				<div class="container">

					<div class="row">
						<div class="col-md-6">

							<div class="offset-anchor" id="contact-sent"></div>

							
							<h2 class="mb-sm mt-sm"><strong>OMLET</strong> Bilişim ve Eğitim Teknolojileri</h2>
                            <script src='https://www.google.com/recaptcha/api.js'></script>

							<div id="sonuc"></div>
							<form name="contact_form" id="contact_form" method="post" action="" onsubmit="return false;">
								<div class="row">
									<div class="form-group">
										<div class="col-md-6">
											<label>Adınız Soyadınız *</label>
											<input type="text" maxlength="300" class="form-control"  id="ContactName" name="ContactName">
										</div>
										<div class="col-md-6">
											<label>Email  Adresiniz *</label>
											<input type="email" maxlength="100" class="form-control" id="Mail" name="Mail">
										</div>
									</div>
								</div>
								<div class="row">
									<div class="form-group">
										<div class="col-md-12">
											<label>Konu</label>
											<select class="form-control" id="Subject" name="Subject" >
												<option value="">...</option>
												<option value="1">Destek</option>
												<option value="2">Şikayet</option>
												<option value="3">Öneri</option>
												<option value="4">İstek</option>
											</select>
										</div>
									</div>
								</div>
						
								<div class="row">
									<div class="form-group">
										<div class="col-md-12">
											<label>Mesajınız *</label>
											<textarea maxlength="5000" rows="6" class="form-control" id="Message" name="Message"></textarea>
										</div>
									</div>
								</div>
							
								<div class="row">
									<div class="col-md-12">
										<hr>
									</div>
								</div>
								<div class="row">
									<div class="col-md-12">
									<input type="submit" id="contactFormSubmit" value="Mesaj Gönder" onclick="MailSend()" class="btn btn-primary btn-lg pull-right" data-loading-text="Loading...">
             		<div class="g-recaptcha" data-sitekey="6LcpswwUAAAAAFOcqvs2cO6TS6urYjZ7KjzbXBC6"></div>

									</div>
								</div>
							</form>
							
						</div>
						<div class="col-md-6">

							
							<p class="lead">Görüşlerinizi önerilerinizi memnuniyetinizi şikayetinizi veya özel yazılım isteklerinizi bize iletebilirsiniz
							mesajlar aynı gün içerisinde cevaplanmaktadır.</p>

							<hr>

							<h4 class="heading-primary"><strong>Omlet Eğitim ve Bilişim Teknolojileri</strong></h4>
							<ul class="list list-icons list-icons-style-3 mt-xlg">
								<li><i class="fa fa-map-marker"></i> <strong>Adres:</strong> <?php echo $Setting->Adress;?></li>
								<li><i class="fa fa-phone"></i> <strong>Telefon:</strong> <?php echo $Setting->Phone;?></li>
								<li><i class="fa fa-envelope"></i> <strong>Mail:</strong> <a href="mailto:<?php echo $Setting->Mail;?>"><?php echo $Setting->Mail;?></a></li>
							</ul>
							<hr>


						</div>
					</div>

				</div>

			</div>
<?php include('../controller/footer.php');?>
header.php
<?php 
if($active == "about" || $active == "blog" || $active == "contact" || $active == "web" || $active == "bayilik" || $active == "shop" || $active =="referanslar"){
	include('../libs/Database.php');
	include('../libs/connect.php');
}else{
include('libs/connect.php');
include('libs/Database.php');
}
$user_id = @$_SESSION['user_session'];
$stmt = $db->prepare("SELECT * FROM  kk_user  WHERE kk_adminID=:user_id");
$stmt->execute(array(":user_id"=>$user_id));
$userRow=$stmt->fetch(PDO::FETCH_ASSOC);



$Setting = Database::fetch("SELECT * FROM config WHERE config_id = :id", [
	['id', 1, 'int']
]);
$URL = $Setting->Web;
$Error = $Setting->Web."404/";
$themes = $URL."public/default/";

$ServicesSub = Database::fetchAll("SELECT * FROM services");
$newTable = Database::fetchAll("SELECT * FROM services_new");



$Scategory = Database::fetchAll("SELECT * FROM scategory ORDER BY scategoy_id ASC");
$PackagesSub = Database::fetchAll("SELECT * FROM packages");
$RecentPost = Database::fetchAll("SELECT * FROM blog ORDER BY blog_id DESC LIMIT 3");
$stmtshop = $db->prepare("SELECT * FROM shopping  WHERE User=:1");
$stmtshop->execute(array(":1"=>$user_id));
?>
<!DOCTYPE html>

<html>
<head>
		<meta name="robots" content="index,follow">
		<meta name="distribution" content="global"/>
		<meta name="rating" content="general"/>
		<meta name="revisit-after" content="1" />
		<meta charset="utf-8">
                <meta http-equiv="X-UA-Compatible" content="IE=edge">	
		<title><?php echo $Title; ?></title>	
		<meta name="keywords" content="<?php echo $Setting->Meta;?>" />
		<meta name="description" content="<?php echo $Setting->MetaDesc;?>">
		                      <!---->
		<link rel="canonical" href="<?php echo Base;?>index"/>
		<link rel="image_src" type="image/png" href="<?php echo $themes ?>upload/<?php echo $Setting->Logo;?>"/>
		<meta property="og:locale" content="tr_TR"/>
		<meta property="og:type" content="article"/>
		<meta property="og:title" content="<?php echo $Setting->Title;  ?>"/>
		<meta property="og:url" content="<?php echo Base;?>index"/>
		<meta property="og:site_name" content="<?php echo $Setting->Title;  ?>"/>
		<meta property="article:publisher" content="#"/>
		<meta property="article:author" content="#"/>


		
		<script type="text/javascript"> var BaseHref = "<?php echo $Setting->Web; ?>"; </script> <link rel="shortcut icon" href="<?php echo $themes ?>img/favicon.ico" type="image/x-icon" /> 

		<link rel="apple-touch-icon" href="<?php echo $themes ?>img/apple-touch-icon.png">



				<!-- Mobile Metas -->

		<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">



		<!-- Web Fonts  -->

		<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css">
		


		<!-- Vendor CSS -->

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/bootstrap/css/bootstrap.min.css">

		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/simple-line-icons/css/simple-line-icons.min.css">
		
		<link rel="stylesheet" href="<?php echo $themes ?>vendor/owl.carousel/assets/owl.carousel.min.css">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/owl.carousel/assets/owl.theme.default.min.css">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/magnific-popup/magnific-popup.min.css">



		<!-- Theme CSS -->

		<link rel="stylesheet" href="<?php echo $themes ?>css/theme.css">
		<meta name="author" content="AA Yazılım | aa.com">
		<link rel="stylesheet" href="<?php echo $themes ?>css/theme-elements.css">

		<link rel="stylesheet" href="<?php echo $themes ?>css/theme-blog.css">

		<link rel="stylesheet" href="<?php echo $themes ?>css/theme-shop.css">

		<link rel="stylesheet" href="<?php echo $themes ?>css/theme-animate.css">
		<link rel="stylesheet" href="http://flasherland.com/themeforest/storylineslider/css/media.css">

		

		<!-- Current Page CSS -->

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/rs-plugin/css/settings.css" media="screen">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/rs-plugin/css/layers.css" media="screen">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/rs-plugin/css/navigation.css" media="screen">

		<link rel="stylesheet" href="<?php echo $themes ?>vendor/circle-flip-slideshow/css/component.css" media="screen">



		<!-- Skin CSS -->

		<link rel="stylesheet" href="<?php echo $themes ?>css/skins/default.css">
	



		<!-- Theme Custom CSS -->

		<link rel="stylesheet" href="<?php echo $themes ?>css/custom.css">



		<!-- Head Libs -->

		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

		<script src="<?php echo $themes ?>vendor/modernizr/modernizr.min.js"></script>
			

		<script src="<?php echo $themes ?>kkdetail.js"></script>

		<link rel="stylesheet" href="<?php echo $themes ?>sweetalert.css">

		<script src="<?php echo $themes ?>sweetalert.min.js"></script>

		<link rel="stylesheet" href="<?php echo $themes ?>css/slider-pro.min.css">
		<link rel="stylesheet" href="<?php echo $themes ?>css/examples.css">
		<link rel="stylesheet" type="text/css" href="<?php echo $themes ?>js/jquery.fancybox.css" media="screen"/>
		<script src="<?php echo $themes ?>js/jquery.sliderPro.min.js"></script>
		<script src="<?php echo $themes ?>js/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
	$( document ).ready(function( $ ) {
		$( '#recentslider' ).sliderPro({
			width: '50%',
			height: 500,
			aspectRatio: 1.5,
			visibleSize: '100%',
			forceSize: 'fullWidth'
		});
		$( '#recentslider .sp-image' ).parent( 'a' ).on( 'click', function( event ) {
			event.preventDefault();
			if ( $( '#recentslider' ).hasClass( 'sp-swiping' ) === false ) {
				$.fancybox.open( $( '#recentslider .sp-image' ).parent( 'a' ), { index: $( this ).parents( '.sp-slide' ).index() } );
			}
		});
	});
</script>

<style type="text/css">
*{ outline: 0 !important; }
.popupo-shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.7);
	display: none;
	z-index: 9999;
}

.popupo-container{
	overflow: hidden;
	position: relative;
	width: 680px;
	margin:100px auto;
	display: none;
	background: #fbfbfb url(<?php echo $themes ?>cover.png) no-repeat right top;
	box-shadow:  0 0 0px 10px rgba(0,0,0,0.2);
}

.popupo-content{
	overflow: hidden;
	width: 360px;
	background: #131313;
}
.popupo-content form input[type='text'],
.popupo-content form input[type='password']{
	width: 96%;
	margin:1% 2%;
	padding: 10px;
	border:none;
	border-bottom: 1px solid #191919;
	outline: none;
	font-family: monospace;
	font-size: 16px;
	color: #B7B7B7;
	background: #1d1d1d;
}


.popupo-content form >input[type='text']:focus,
.popupo-content form >input[type='password']:focus{
	border-color:#3385ca; 
}


#close-popupo{
	background:  rgba(0,0,0,0.3);
	padding:9px 10px;
	border-radius: 100%;
	color: #fff;
	overflow: hidden;
	float: right;
	margin:10px;
	font-size: 13px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.popupo-cover{
	width: 100%;
	overflow: hidden;
	background: #c52424;
	margin-bottom: 5px;
}

.popupo-cover h4{
	font-family:Calibri, Arial, sans-serif;
	font-size: 25px;
	margin: 0;
	padding:30px 30px;
	color: #fff;
	font-weight: normal;
}

.popupo-cover h4 small{
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #fff;
}

.popupo-content form{
	overflow: hidden;
	margin:0;
}
.popupo-content form>button{
	margin: 2%;
	border:none;
	background: #3385ca;
	font-family:Calibri, Arial, sans-serif;
	font-style: 14px;
	color: #fff;
	padding: 10px;
	float: left;
	cursor: pointer;
	transition:0.5s ease;-moz-transition:0.5s ease;-webkit-transition:0.5s ease;
}


.popupo-content form>button:hover{
	background:  #1c1c1c;
}

.popupo-content form >a{
	text-decoration: none;
	font-family:Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	float: left;
	display: block;
	margin:4.5% 2%;
}

.popupo-content form >a:hover{
	text-decoration: underline;
}



.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}


@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@media (max-width:710px){
	.popupo-container{
		width: 90%;
	}
	
}

@media (max-width: 500px){
	.popupo-container{
		width: 90%;
	}

	.popupo-content{
		overflow: hidden;
		width: 300px;
		background: #131313;
	}
	
}

@media (max-width: 380px){
	.popupo-container{
		width: 90%;
	}

	.popupo-content{
		overflow: hidden;
		width: 100%;
		background: #131313;
	}

	

}
#LoadingCircle {
	margin-top: 15px;
	color: white;
	float: left; 
	margin-top: 10px;
	color: white;
}

#shopping{
	top: 200px;
	position: fixed;
	background: fff;
	z-index: 9999;
}

#shopping button#ShoppingCart{
	width: 120px;
	height: 70px;
	border-bottom: 3px solid black;
}


@media (max-width: 768px) {
  #shopping button#ShoppingCart{
    width: 100px;
	height: 65px;
  }
}

@media (max-width: 569px){
  #shopping button#ShoppingCart{
    width: 90px;
	height: 50px;
  }
}

</style>
<meta name="yandex-verification" content="234bca45643e5e55" />
<meta name="google-site-verification" content="Ejt4sUgUX811GmoGeTRIh1qukkC72iWYqQ1J2zVRM9Q" />
<script src='https://www.google.com/recaptcha/api.js'></script>
	</head>

	<body>

		<div class="body">

			<header id="header" data-plugin-options='{"stickyEnabled": true, "stickyEnableOnBoxed": true, "stickyEnableOnMobile": true, "stickyStartAt": 57, "stickySetTop": "-57px", "stickyChangeLogo": true}'>

				<div class="header-body" style="top: 0px;background: rgb(245, 245, 245);">
				<div class="header-top">
						<div class="container">
							<p>
								<span class="hidden-xs"><i class="fa fa-phone"></i>  <?php echo $Setting->Phone;?> </span><span class="hidden-xs"> | <i class="fa fa-envelope"></i>  <a style="text-decoration: none;" href="<?php echo Base;?>iletisim/"> <?php echo $Setting->Mail;?> </a></span>
							</p>
							
								<ul class="header-social-icons social-icons hidden-xs">
								<li class="social-icons-facebook"><a href="<?php echo $Setting->Facebook;?>" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
								<li class="social-icons-twitter"><a href="<?php echo $Setting->Twitter;?>" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
								<li class="social-icons-google"><a href="<?php echo $Setting->Google;?>" target="_blank" title="Google"><i class="fa fa-google"></i></a></li>
								<li class="social-icons-youtube"><a href="<?php echo $Setting->Youtube;?>" target="_blank" title="Youtube"><i class="fa fa-youtube"></i></a></li>
							</ul>
							

						</div>
					</div>

					<div class="header-container container">

						<div class="header-row">

							<div class="header-column">
 
								<div class="header-logo" style="width: 280px; height: 87px;"  >

									<a href="<?php echo Base;?>index.html">

										<img alt="<?php echo $Setting->Title;?>" width="280" height="87" data-sticky-width="280" data-sticky-height="87" data-sticky-top="-5"  src="<?php echo $themes ?>upload/<?php echo $Setting->Logo;?>" style="top: 0px; width: 280px; height: 87px;">

									</a>

								</div>
			

							</div>

							<div class="header-column">

								

							



								<div class="header-row">

									<div class="header-nav">

										<button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main">

											<i class="fa fa-bars"></i>

										</button>

											

										

																<div class="header-nav-main header-nav-main-square header-nav-main-effect-3 header-nav-main-sub-effect-1 collapse">

											<nav>

												<ul class="nav nav-pills" id="mainNav">

													<li class="<?php if ($active == "home"){echo 'active';}?>">
														
														<a href="<?php echo Base;?>index.html" >

															<i class="fa fa-home"></i> 

														</a>

													</li>
													<li class="<?php if ($active == "about"){echo 'active';}?>">
													
												 <a  href="<?php echo $URL;?>hakkimizda.html"><i class="fa fa-user"></i> Hakkımızda</a>
											</li>

													<li class="<?php if ($active == "service"){echo 'dropdown active';}?> dropdown dropdown-color dropdown-tertiary">

														<a class="dropdown-toggle" href="#">

															<i class="fa fa-book" aria-hidden="true"></i>Optik Çözümler

														</a>

														<?php 

														if($ServicesSub){ ?>

															<ul class="dropdown-menu">

														<?php 

														

														foreach($ServicesSub as $ServiceRow){

														?>

															<li><a href="<?php echo $URL;?><?php echo $ServiceRow->Url; ?>.html"><?php echo $ServiceRow->Title; ?></a></li>

														<?php } ?>

														</ul>

													   <?php } ?>

														

													</li>

												

												<li class="<?php if ($active == "services"){echo 'dropdown active';}?> dropdown dropdown-color dropdown-tertiary">

														<a class="dropdown-toggle" href="#">

															<i class="fa fa-pie-chart" aria-hidden="true"></i>  Yazılım Çözümleri

														</a>

														<?php 

														if($newTable){ ?>

															<ul class="dropdown-menu">

														<?php 

														

														foreach($newTable as $ServiceRowss){

														?>

															<li><a href="<?php echo $URL;?>yazilim/<?php echo $ServiceRowss->Url; ?>.html"><?php echo $ServiceRowss->Title; ?></a></li>

														<?php } ?>

														</ul>

													   <?php } ?>
													</li>
													<li class="<?php if ($active == "home"){echo 'decative ';}?>dropdown-color dropdown-tertiary">

														<a href="<?php echo $URL;?>kurumsal/omlet-mobil-yazilimlar">

															<i class="fa fa-android"></i> Mobil Yazılımlar

														</a>

													</li>
									          		<li class="<?php if ($active == "blog"){echo 'active ';}?>dropdown-color dropdown-tertiary">

														<a href="<?php echo $URL;?>blog.html">

														<i class="fa fa-eye" aria-hidden="true"></i>Bl<i class="fa fa-dot-circle-o" aria-hidden="true"></i>g

														</a>

													</li>
													
													<li class="<?php if ($active == "referanslar"){echo 'active ';}?>dropdown-color dropdown-tertiary">

														<a href="<?php echo $URL;?>referanslarimiz.html">

															<i class="fa fa-registered"></i> Referanslar

														</a>

													</li>
													<li class="dropdown  dropdown-color dropdown-tertiary dropdown-mega dropdown-mega-signin signin logged" id="headerAccount">
													<?php if(!@$_SESSION['user_session']){ ?> 
															<a href="<?php echo $URL;?>iletisim/">

															<i class="fa fa-phone"></i> İletİşİm </a>
															
																</div>
																</div>
																<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-87716030-1', 'auto');
  ga('send', 'pageview');

</script>
															</li>
														</ul>
														<?php } ?>
													</li>

												</ul>

											</nav>

										</div>

									</div>

								</div>

							</div>

						</div>

					</div>

				</div>

			</header>
			</div>
					</div>
				</div>
google den aldığım step biri doğru uyguladığımı düşünmüyorum, lütfen bu konuda bilgisi olan bana yardımcı olailirmi, ilginiz için çok teşekür ederim.

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 20:43:03 -->-> Daha önceki mesaj 19:30:02 --

günceldir+++++