<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="separator"></div>
<?php the_content(); ?>
<?php endwhile ?>
<div id="posts_navigation">
<?php posts_nav_link(' ', 'Previous page', 'Next page'); ?>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php endif; ?>
<?php get_header(); ?>
<div id="block_content">
<div id="content_area" class="block">
<div class="block_inside">
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="separator"></div>
<?php the_content(); ?>
<?php endwhile ?>
<div id="posts_navigation">
<?php posts_nav_link(' ', 'Previous page', 'Next page'); ?>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<!-- a Clearing DIV to clear the DIV's because overflow:auto doesn't work here -->
<div style="clear:both"></div>
</div>
</div>
</div>
<?php get_footer(); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)