2010-02-07 17:16:26 +01:00
|
|
|
<?php get_header(); ?>
|
2010-02-08 18:59:08 +01:00
|
|
|
|
|
|
|
<div id="container">
|
2010-02-07 17:16:26 +01:00
|
|
|
<div id="content">
|
2010-02-08 18:59:08 +01:00
|
|
|
|
2010-03-25 23:04:27 +01:00
|
|
|
<?php
|
|
|
|
/* Run the loop to output the posts.
|
|
|
|
* If you want to overload this in a child theme then include a file
|
|
|
|
* called loop-index.php and that will be used instead.
|
|
|
|
*/
|
|
|
|
get_template_part( 'loop', 'index' );
|
|
|
|
?>
|
2010-02-08 18:59:08 +01:00
|
|
|
</div><!-- #content -->
|
2010-02-07 17:16:26 +01:00
|
|
|
</div><!-- #container -->
|
2010-02-08 18:59:08 +01:00
|
|
|
|
|
|
|
<?php get_sidebar(); ?>
|
2010-02-07 17:16:26 +01:00
|
|
|
<?php get_footer(); ?>
|