
index.php
By: a guest on
Aug 14th, 2012 | syntax:
PHP | size: 0.37 KB | hits: 20 | expires: Never
<?php get_header(); ?>
<div id="container"><br/><br?>
<div id="left-div">
<div id="left-inside">
<?php if (get_option('basic_format') == 'on') { ?>
<?php get_template_part('includes/blogstyle'); ?>
<?php } else { get_template_part('includes/default'); } ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
</body>
</html>