Advertisement
Guest User

Untitled

a guest
Jun 20th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <?php get_template_part('includes/breadcrumbs'); ?>
  4.  
  5. <?php get_template_part('/includes/top_info'); ?>
  6.  
  7. <div id="content" class="clearfix">
  8. <div id="left-area">
  9. <?php get_template_part('includes/entry'); ?>
  10. </div> <!-- end #left-area -->
  11.  
  12. <?php get_sidebar(); ?>
  13. </div> <!-- end #content -->
  14.  
  15. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement