(root)/index.php - Rev 1
Blame |
Last modification |
View Log
| RSS feed
<?php get_header
(); ?>
<div id="page">
<?php if (have_posts
()) : while (have_posts
()) : the_post
(); ?>
<div class="post" id="post-
<?php the_ID
(); ?>">
<h2><a href="
<?php the_permalink
() ?>" rel="bookmark" title="
<?php echo langtext074
; ?> <?php the_title
(); ?>">
<?php the_title
(); ?></a></h2>
<span class="postmetadata">
<?php the_date
() ?> <?php the_time
() ?> •
<?php comments_popup_link
(langtext075
, langtext076
, langtext077
); ?> <?php edit_post_link
(langtext078
, '(', ')'); ?></span>
<div class="entrytext">
<?php the_content
("<p><span class=\"continue\">" . __
(langtext079
,'') . " '" . the_title
('', '', false) . "'</span></p>"); ?>
</div>
<div class="postmetadata">
Categorie:
<?php the_category
(', ') ?>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2>
<?php echo langtext080
; ?></h2>
<p>
<?php echo langtext081
; ?></p>
<?php include (TEMPLATEPATH
. "/searchform.php"); ?>
<?php endif; ?>
<div class="navigation">
<?php $_SERVER['REQUEST_URI'] = preg_replace("/(.*?).php(.*?)&(.*?)&(.*?)&_=/","$2$3",$_SERVER['REQUEST_URI']); ?>
<div class="left">
<?php next_posts_link
('<span>'.langtext082
.'</span> '.__
(langtext083
,'').''); ?></div>
<div class="right">
<?php previous_posts_link
(''.__
(langtext084
,'').' <span>'.langtext085
.'</span>'); ?></div>
<div class="clear"></div>
</div>
</div>
<?php get_sidebar
(); ?>
<?php get_footer
(); ?>