Advertisement
Guest User

Index

a guest
Mar 29th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  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(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement