(root)/search.php - Rev 1
Blame |
Last modification |
View Log
| RSS feed
<?php get_header(); ?>
<div id="page">
<?php if (have_posts()) : ?>
<h2><?php echo langtext090; ?></h2>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php echo langtext091; ?> <?php the_title(); ?>"><?php the_title(); ?></a></h3>
• <?php the_time(langtext092) ?>
<p class="postmetadata"><?php echo langtext093; ?> <?php the_category(', ') ?> | <?php edit_post_link(langtext094, '', ' | '); ?> <?php comments_popup_link(langtext095, langtext096, langtext097); ?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(langtext098) ?></div>
<div class="alignright"><?php previous_posts_link(langtext099) ?></div>
</div>
<?php else : ?>
<h2 class="center"><?php echo langtext100; ?></h2><br />
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>