%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/wp-content/themes/intosai/templates/
Upload File :
Create Path :
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');

?>

Zerion Mini Shell 1.0