HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/social_play/contact.php
<?php /* Template Name: Contact Page */

if( kvalue( $_POST, 'contact_form') ) $messages = fw_contact_form_submit();

get_header(); ?>

<!-- Page Container -->
<div class="container" id="page-single">

	<!-- BreadCrumbs Bar -->
    <div class="bread-bar clearfix"> 

		<!-- BreadCrumbs -->
		<?php echo get_the_breadcrumb(); ?> 
        
		<!-- News Ticker -->
		<?php fw_news_ticker(); ?>
    </div>

	<!-- Page Content -->
    <div class="row">
        
        <article class="contents span8">
            <section class="contacts">
                <div class="heading">
                    <h1 class="text-red"><?php the_title(); ?></h1>
                </div>
                <?php the_content(); ?>
                <!-- heading ends -->
                <?php $settings = $GLOBALS['_webnukes']->fw_get_settings('sub_contact_page_settings');?>
                
                    <!-- google-maps ends -->
                    <?php if(isset($messages )) echo $messages; ?>
                    <?php get_template_part('libs/contactform'); ?>
                    <?php fw_contact_form( $settings ); ?> 
            </section>
            <!-- contacts end --> 
        </article>
        <!-- contents end -->
        
        <aside class="sidebar span4">
           <?php _load_dynamic_sidebar('contact', 'contact-sidebar'); ?> 
        </aside>
        <!-- sidebar ends --> 
        
    </div>
</div>
<?php get_footer(); ?>