<?php
/**
** LexteckGamesSINGLE PAGE TEMPLATE
**/
get_header(); ?>
<section class="span12">
<div class="row">
<?php if ( get_theme_option('ktz_sb_layout') == 'left' ) : get_sidebar(); endif; ?>
<?php //get_sidebar('left'); ?>
<div role="main" class="span9 pull-left">
<section class="new-content">
<img src="<?php echo get_first_image() ?>" width="1" height="1" />
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'single' ); ?>
<?php endwhile; // end of the loop. ?>
</section>
<div class="wrapcomment">
<?php if ( get_theme_option('ktz_def_com_activated') != '' ) :
echo comments_number(__('',ktz_theme_textdomain), __('<h3 class="widget-title"><span>One Response</span></h3>',ktz_theme_textdomain), __('<h3 class="widget-title"><span>% Responses</span></h3>',ktz_theme_textdomain) );
endif; ?>
<?php hook_ktz_after_single_content(); ?>
</div>
</div>
<?php if ( get_theme_option('ktz_sb_layout') == 'right' ) : get_sidebar(); endif; ?>
</div>
</section>
<?php get_footer(); ?>