File: D:/HostingSpaces/KLeeuwen/samenbouwen.in/wwwroot/wp-content/themes/dlight/template-onepage.php
<?php
/*
* Template Name: DLight Homepage
* Description: DLight homepage page template.
* @package WordPress
* @subpackage DLight Theme
* @author Shindiri Studio (http://www.shindiristudio.com) & http://www.mihajlovicnenad.com/
*/
get_header();
global $darkone_data;
?>
<div id="darkone_content">
<div class="darkone_container">
<?php if ( have_posts() ) : ?>
<div id="content" <?php post_class(); ?>>
<?php the_post(); ?>
<?php the_content(); ?>
</div>
<?php if ( $darkone_data['enable_comments'] == 1 )comments_template(); ?>
<?php else : ?>
<div id="content">
<?php _e('No ','darkone'); ?>
</div>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>