%PDF- %PDF-
Direktori : /var/www/pn/wp-content/themes/intosai/templates/ |
Current File : //var/www/pn/wp-content/themes/intosai/templates/user-registration.php |
<?php /* Template Name: User Registration Template */ use Roots\Sage\Setup; use Roots\Sage\Wrapper; use Roots\Sage\Titles; /* TOP BANNER */ $banner = get_field('top_banner_options'); if($banner == 'static_banner'){ include('sections/banner_static.php'); }elseif($banner == 'slide_banner'){ include('sections/banner_slider.php'); } /* PAGE CONTENT */ while (have_posts()) : the_post(); $the_content = apply_filters('the_content', get_the_content()); if(!empty($the_content)){ echo '<div class="page-content">'; echo '<div class="wrapper">'; the_content(); echo '</div>'; echo '</div>'; } endwhile; include('forms/registration_form.php'); ?>