masumm adlı üyeden alıntı: mesajı görüntüle

[/COLOR]üstad verdiğin sayfadaki kodları ekliyorum ancak siteyi bozuyor. header.php kodları şu şekilde.

Alıntı
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="tr">
<head profile="http://gmpg.org/xfn/11">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="TR" />
<meta name="language" content="TR" />

<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' - '; } ?><?php bloginfo('name'); ?></title>

<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/i/favicon.ico" type="image/x-icon"/>

<?php wp_head(); ?>

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Oswald:400,300&amp;subset=latin,latin-ext' rel='stylesheet' type='text/css' />

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.js"></script>
<?php if (is_home() ) { ?>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/manset.js"></script>
<?php } ?>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mm/responsivemobilemenu.js"></script>

</head>

<body>

<?php include_once(TEMPLATEPATH."/js/dil.php"); ?>

<?php $cache_i1 = "hcache"; $cache_z1 = 60 * 1430; if(false === get_transient($cache_i1)){ ob_start(); ?>

<div class="header">
<div class="h-cizgi"></div>
<div class="h-ortala">

<div class="logo"><a href="<?php echo get_option('home'); ?>" title="<?php bloginfo('name'); ?>"></a></div>

<div class="logo-sag">

<?php set_transient($cache_i1, ob_get_contents(), $cache_z1); ob_end_flush(); }else{ echo get_transient($cache_i1); } ?>

<?php wp_nav_menu( array( 'menu' => 'Ust Menu', 'container_class' => 'sitemenu', 'depth' => '3' )); ?>

<div class="tmz"></div>

<?php $cache_i2 = "hdcache"; $cache_z2 = 60 * 1430; if(false === get_transient($cache_i2)){ ob_start(); ?>

<div class="arama">
<div class="ara-kutu">
<form id="searchform" method="get" action="<?php echo get_option('home'); ?>">
<input type="text" value="<?php echo $text['text1']; ?>" name="s" id="searchbox" onfocus="if (this.value == '<?php echo $text['text1']; ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php echo $text['text1']; ?>';}" />
<input type="submit" id="searchbutton" value="" /></form>
</div>
</div>

<?php set_transient($cache_i2, ob_get_contents(), $cache_z2); ob_end_flush(); }else{ echo get_transient($cache_i2); } ?>

<div class="uyepaneli"><?php include(TEMPLATEPATH."/inc/box/uye-blok.php"); ?></div>

</div>

</div>
</div>

<div class="tmz"></div>