Advertisement
Guest User

index.php

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