HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/KLeeuwen/samenbouwen.in/wwwroot/wp-content/themes/dlight/page.php
<?php
/**
 * @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(); ?>