heder php kodum bu. yardımcı olursanız sevinirim...
<!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\\">
<p align=\\"center\\">
<?php
global $utom;
include (\\"language_config.php\\");
include (\\"language/\\".$lang);
?>
<head profile=\\"http://gmpg.org/xfn/11\\">
<meta http-equiv=\\"Content-Type\\" content=\\"<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>\\" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » <?php echo $langblog_archive;?> <?php } ?> <?php wp_title(); ?></title>
<meta name=\\"generator\\" content=\\"WordPress <?php bloginfo('version'); ?>\\" /> <!-- leave this for stats -->
<link rel=\\"stylesheet\\" type=\\"text/css\\" href=\\"<?php bloginfo('stylesheet_directory'); ?>/<?php echo $utom->style;?>\\" media=\\"screen\\" />
<!--<link rel=\\"stylesheet\\" type=\\"text/css\\" href=\\"pink_style.css\\" title=\\"pink\\" media=\\"screen\\" />
<link rel=\\"alternate stylesheet\\" type=\\"text/css\\" href=\\"<?php bloginfo('stylesheet_url'); ?>\\" title=\\"default\\" media=\\"screen\\" />
<link rel=\\"alternate stylesheet\\" type=\\"text/css\\" href=\\"<?php bloginfo('stylesheet_directory'); ?>/no_style.css\\" title=\\"no\\" media=\\"screen\\" />-->
<link rel=\\"alternate\\" type=\\"application/rss+xml\\" title=\\"<?php bloginfo('name'); ?> RSS Feed\\" href=\\"<?php bloginfo('rss2_url'); ?>\\" />
<link rel=\\"pingback\\" href=\\"<?php bloginfo('pingback_url'); ?>\\" />
<link rel=\\"shortcut icon\\" href=\\"<?php echo get_settings('home'); ?>/favicon.ico\\" />
<!--<script type=\\"text/javascript\\" src=\\"<?php bloginfo('stylesheet_directory'); ?>/styleswitcher.js\\"></script>-->
<?php wp_head(); ?>
</head>
<body>
<div id=\\"wrapper\\">
<div id=\\"header\\">
<div id=\\"navigation\\">
<ul class=\\"menu\\">
<li class=\\"<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>\\"><a href=\\"<?php echo get_settings('home'); ?>\\"><?php echo $langblog;?></a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
<?php wp_register('<li class=\\"admintab\\">','</li>'); ?>
</ul>
</div>
<div id=\\"headerimg\\">
<h1><a href=\\"<?php echo get_settings('home'); ?>/\\" title=\\"<?php bloginfo('description'); ?>\\"><?php bloginfo('name'); ?></a></h1>
<div class=\\"description\\"><?php bloginfo('description'); ?></div>
<a href=\\\"http://www.ballama.com/bbpress\\\">forum</a>
<!--<div class=\\"styleswitcher\\">
<a href=\\"#\\" onclick=\\"setActiveStyleSheet('default'); return false;\\" class=\\"default\\" title=\\"Default Theme\\"><span>Default Theme</span></a>
<a href=\\"#\\" onclick=\\"setActiveStyleSheet('pink'); return false;\\" class=\\"pink\\" title=\\"Pink Theme\\"><span>Pink Theme</span></a>
<a href=\\"#\\" onclick=\\"setActiveStyleSheet('no'); return false;\\" class=\\"no\\" title=\\"No Theme\\"><span>No Theme</span></a>
</div>-->
</div>
</div>