Guest User

My page,php

a guest
Nov 15th, 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="left-area">
  5. <?php get_template_part('includes/breadcrumbs', 'page'); ?>
  6. <?php get_template_part('loop', 'page'); ?>
  7. <?php if ( 'on' == et_get_option('lucid_show_pagescomments') ) comments_template('', true); ?>
  8. </div> <!-- end #left-area -->
  9.  
  10. <?php get_sidebar(); ?>
  11. </div> <!-- end #content-area -->
  12.  
  13. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment