Created
October 27, 2011 22:36
-
-
Save chipbennett/1321105 to your computer and use it in GitHub Desktop.
WCTOR.inlinedoc.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header( oenology_get_context() ); ?> | |
<!-- Begin Main (div#main) --> | |
<div id="main"> | |
<?php get_template_part( 'loop', oenology_get_context() ); ?> | |
</div> | |
<!-- End Main (div#main) --> | |
<?php | |
if ( 'one-column' != $oenology_options['post_index_layout'] ) { | |
get_sidebar( oenology_get_context() ); ?> | |
} | |
?> | |
<?php get_footer( oenology_get_context() ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment