Advertisement
Guest User

index

a guest
Mar 27th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <div id="main-content-wrap">
  4. <div id="main-content" class="clearfix">
  5. <?php get_template_part('includes/breadcrumb'); ?>
  6. <div id="top-shadow"></div>
  7.  
  8. <div id="recent-posts" class="clearfix">
  9. <?php get_template_part('includes/entry'); ?>
  10. </div> <!-- end #recent-posts -->
  11.  
  12. <?php get_sidebar(); ?>
  13.  
  14. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement