Advertisement
Guest User

PureType Index.php

a guest
Feb 15th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <div id="container">
  4. <div id="left-div">
  5. <?php if (get_option('puretype_format') == 'on') { ?>
  6. <?php get_template_part('includes/blogstyle'); ?>
  7. <?php } else { get_template_part('includes/defaultindex'); } ?>
  8. </div>
  9. <?php get_sidebar(); ?>
  10. <?php get_footer(); ?>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement