<?php get_header(); ?>
<div id="page_container">
<?php get_sidebar(); ?>
<?php include (TEMPLATEPATH . '/leftbar.php'); ?>
<div id="postcol" >
<img src="<?php bloginfo('url'); ?>/wp-content/themes/summernight/images/haut.gif" alt=""/>
<?php include (TEMPLATEPATH . '/nav.php'); ?>
<div id="pc_t" >
<div id="pc_r" >
<div id="pc_b" >
<div id="pc_l" >
<div id="pctl" >
<div id="pctr" >
<div id="pcbr" >
<div id="pcbl" >
<div id="pc_c" >
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="postbox">
<div class="right">
<div class="bottom">
<div class="left">
<div class="post_title">
<div class="top">
<div class="right">
<div class="left">
<div class="tl">
<div class="tr">
<h2 id="post-<?php the_ID(); ?>" class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small class="title"><strong><?php the_time('d.m.y') ?> | </strong><?php the_category(', ') ?></small>
</div></div></div></div></div></div> <?php /* post_title */ ?>
<div class="br">
<div class="bl">
<div class="content">
<?php the_content('Read the rest of this entry »'); ?>
<p class="postmetadata"> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php readers(); ?> Leser"><?php readers(); ?> Leser</a> <strong>|</strong> <?php comments_popup_link('0 Kommentare', '1 Kommentar', '% Kommentare'); ?></p>
</div></div></div></div></div></div></div> <?php /* postbox */ ?>
<?php endwhile; ?>
<?php get_footer(); ?>
<div class="navigation"><?php wp_pagebar(array('before'=>'Seiten: '))?></div>
<?php /* navigation */ ?>
<div style="clear: both"></div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
<?php endif; ?>
<?php include (TEMPLATEPATH . '/down.php'); ?>
Şu kodla bir değiştir ama önce yedeğini al. bir dene bakalım.