%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/contact-us.php

<?php
/*
	Template Name:  Contact Us Template
*/

	use Roots\Sage\Setup;
	use Roots\Sage\Wrapper;
	use Roots\Sage\Titles;

    /* TOP BANNER */
	include('banner-options.php');

	echo '<section class="contact_page">';
		echo '<div class="wrapper">';

			echo '<div class="contact_left">';
				include('forms/contact_form.php');
			echo '</div>';

			echo '<div class="contact_right">';
				include('sections/coworkers.php');
			echo '</div>';

		echo '</div>';
	echo '</section>';

    /* 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;

?>

Zerion Mini Shell 1.0