Advertisement
erica34

Evolution Theme Page

Feb 9th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <div id="content_area" class="clearfix">
  4. <div id="main_content">
  5. <?php get_template_part('includes/breadcrumbs','index'); ?>
  6. <?php get_template_part('loop','page'); ?>
  7. <?php if ( 'on' == get_option('evolution_show_pagescomments') ) comments_template('', true); ?>
  8. </div> <!-- end #main_content -->
  9. <?php get_sidebar(); ?>
  10. </div> <!-- end #content_area -->
  11.  
  12. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement