1. <?php get_header(); ?>
  2. <?php $show_sidebar = (get_option('thestyle_sidebar') == 'on') ? true : false; ?>
  3.  
  4. <?php get_template_part('includes/breadcrumbs'); ?>
  5.  
  6. <div id="content" class="clearfix<?php if ($show_sidebar && get_option('thestyle_blog_style') == 'false') echo(' sidebar-fixedwidth'); ?>">
  7. <div id="boxes" class="<?php if (!$show_sidebar) echo('fullwidth'); if (get_option('thestyle_blog_style') == 'on') echo(' blogstyle-entries'); ?>">
  8. <?php get_template_part('includes/entry'); ?>
  9. <div id="content-bottom-bg"></div>
  10.  
  11. <?php get_footer(); ?>