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/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(); ?>