File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/page_onepage.php
<?php
/*
Template Name: One Page
*/
global $smof_data;
get_header();
?>
<?php if($smof_data['menu-type'] == "menu-4"):?>
<div id="right-box">
<?php else: ?>
<div class="container">
<?php endif;?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class('text-edit'); ?> >
<?php the_content(); ?>
</div>
<?php endwhile;?>
<?php else : ?>
<?php get_template_part('no-results', 'index'); ?>
<?php endif; ?>
<?php if($smof_data['menu-type'] != "menu-4"):?>
</div>
<?php endif;?>
<?php get_footer(); ?>