Hacked By AnonymousFox

Current Path : /home/allslyeo/Jekasbbq.com/wp-content/themes/mineral/includes/
Upload File :
Current File : /home/allslyeo/Jekasbbq.com/wp-content/themes/mineral/includes/html-after-content.php

<?php
/**
 * Prints the content after the content of the page - prints the sidebar
 * (if the post/page supports one) and closes some of the main content divs.
 */
global $pexeto_page;

if ( $pexeto_page['layout']!='grid-full' ) { ?>
</div> <!-- end main content holder (#content/#full-width) -->
<?php
}
if ( $pexeto_page['layout']!='full'&&$pexeto_page['layout']!='none'&&$pexeto_page['layout']!='grid-full' ) {?>
	<div id="sidebar"><?php dynamic_sidebar( $pexeto_page['sidebar'] ); ?></div>
<?php }

?>
<div class="clear"></div>
</div> <!-- end #content-container -->

Hacked By AnonymousFox1.0, Coded By AnonymousFox