...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 65.108.66.160 / Your IP : 216.73.217.50 Web Server : Apache System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64 User : alasaweborg ( 1047) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/alasaweborg/public_html/wp-content/themes/greenture/ |
Upload File : |
<?php
/**
* Template Name: Contact Page
*
* The contact page template displays map and contact form
*
* @package greenture
*/
$gmap_address = greenture_get_option( 'gmap_address' );
$gmap_type = greenture_get_option( 'gmap_type' );
$gmap_zoom_level = greenture_get_option( 'gmap_zoom_level' );
get_header(); ?>
<div class="container">
<div id="main-wrapper" class="tpath-row row">
<div id="single-sidebar-container" class="single-sidebar-container main-col-full">
<div class="tpath-row row">
<div id="primary" class="content-area <?php greenture_primary_content_classes(); ?>">
<div id="content" class="site-content">
<?php if ( have_posts() ):
while ( have_posts() ): the_post();
$page_content_block = get_post_meta( $post->ID, 'greenture_additional_content_block', true ); ?>
<?php endwhile;
endif; ?>
<div class="row clearfix contact-template-warper">
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
<div class="page-title-header">
<h4 class="entry-title contact-section-title info-title"><?php esc_html_e('Our Address', 'greenture'); ?></h4>
</div>
<div class="contact-description">
<?php echo wp_kses_post( greenture_get_option( 'contact_message' ) ); ?>
</div>
<div class="tpath-contact-info">
<ul class="contact-info-box list-unstyled">
<?php if( greenture_get_option( 'site_name' ) ) { ?>
<li>
<span class="greenture greenture-location"></span>
<strong>Address</strong>
<?php echo esc_html( greenture_get_option( 'site_name' ) ); ?>
</li>
<?php } ?>
<?php if( greenture_get_option( 'site_address' ) ) { ?>
<li>
<span class="greenture greenture-location"></span>
<strong>Address</strong>
<?php echo esc_html( greenture_get_option( 'site_address' ) ); ?>
</li>
<?php } ?>
<?php if( greenture_get_option( 'custom_site_url' ) ) { $site_url = greenture_get_option( 'custom_site_url' ); ?>
<li>
<span class="greenture greenture-location"></span>
<strong>Address</strong>
<?php echo '<a href="' .esc_url( $site_url ). '">' . $site_url . '</a>'; ?>
</li>
<?php } ?>
<?php if( greenture_get_option( 'site_phone' ) ) { ?>
<li>
<span class="greenture greenture-technology-5"></span>
<strong>Phone</strong>
<?php echo esc_html( greenture_get_option( 'site_phone' ) ); ?>
</li>
<?php } ?>
<?php if( greenture_get_option( 'site_fax_number' ) ) { ?>
<li>
<span class="greenture greenture-technology-5"></span>
<strong>Phone</strong>
<?php echo esc_html( greenture_get_option( 'site_fax_number' ) ); ?>
</li>
<?php } ?>
<?php if( greenture_get_option( 'site_email' ) ) { $site_email = greenture_get_option( 'site_email' ); ?>
<li>
<span class="greenture greenture-interface-1"></span>
<strong>Email</strong>
<?php echo '<a href="mailto:' . $site_email . '">' . $site_email . '</a>'; ?>
</li>
<?php } ?>
</ul>
</div>
</div>
<div class="col-lg-7 col-md-6 col-sm-12 col-xs-12">
<div class="contact-template-images">
<?php
$img_uri = get_template_directory_uri().'/images/featured-image-18.jpg';
echo '<img class="img-responsive contact-side-image" alt="contact-image" src="'.esc_url( $img_uri ).'" />';
?>
</div>
</div>
</div>
<div class="row clearfix contact-template-warper-buttom">
<?php if( greenture_get_option( 'show_google_map_contact' ) && greenture_get_option( 'gmap_address' ) ) { ?>
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
<div class="row">
<div class="col-md-12">
<div class="page-title-header">
<h4 class="entry-title contact-section-title"><?php esc_html_e('Our Location on Map', 'greenture'); ?></h4>
</div>
</div>
</div>
<?php echo '<div id="tpath_gmap" data-address="'.$gmap_address.'" data-zoomcontrol="'.$gmap_zoom_level.'" data-type="'.$gmap_type.'"></div>'; ?>
</div>
<?php } ?>
<div class="col-lg-7 col-md-6 col-sm-12 col-xs-12">
<?php echo '<p class="tpath-form-success"></p>';
echo '<p class="tpath-form-error"></p>'; ?>
<div class="tpath-contact-form-wrapper tpath-tp-contactform">
<form name="contactform" class="tpath-contact-form" id="contactform" method="post" action="#">
<div class="row">
<div class="col-md-12">
<div class="page-title-header">
<h4 class="entry-title contact-section-title"><?php esc_html_e('Send Message', 'greenture'); ?></h4>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-md-6">
<div class="tpath-input-text form-group">
<?php if( ! greenture_get_option( 'form_name' ) ) {
$name_label = greenture_get_option( 'labels_name' ) ? greenture_get_option( 'labels_name' ) : esc_html__('Your Name', 'greenture');
?>
<label class="sr-only" for="contact_name"><?php echo esc_html( $name_label ); ?></label>
<input type="text" id="contact_name" name="contact_name" class="input-name form-control" placeholder="<?php echo esc_html( $name_label ); ?>">
<?php } ?>
</div>
</div>
<div class="col-md-6">
<?php if( ! greenture_get_option( 'form_subject' ) ) { ?>
<div class="tpath-input-subject form-group">
<?php $subject_label = greenture_get_option( 'labels_subject' ) ? greenture_get_option( 'labels_subject' ) : esc_html__('Subject', 'greenture'); ?>
<label class="sr-only" for="contact_subject"><?php echo esc_html( $subject_label ); ?></label>
<input id="contact_subject" type="text" name="contact_subject" class="input-subject form-control" placeholder="<?php echo esc_html( $subject_label ); ?>">
</div>
<?php } ?>
</div>
<div class="col-md-6">
<div class="tpath-input-email form-group">
<?php $email_label = greenture_get_option( 'labels_email' ) ? greenture_get_option( 'labels_email' ) : esc_html__('Your Email', 'greenture'); ?>
<label class="sr-only" for="contact_email"><?php echo esc_html( $email_label ); ?></label>
<input id="contact_email" type="email" name="contact_email" class="input-email form-control" placeholder="<?php echo esc_html( $email_label ); ?>">
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="tpath-textarea-message form-group">
<?php $msg_label = greenture_get_option( 'labels_message' ) ? greenture_get_option( 'labels_message' ) : esc_html__('Your Message', 'greenture'); ?>
<label class="sr-only" for="contact_message"><?php echo esc_html( $msg_label ); ?></label>
<textarea id="contact_message" name="contact_message" class="textarea-message form-control" rows="8" cols="30" placeholder="<?php echo esc_html( $msg_label ); ?>"></textarea>
</div>
</div>
</div>
<div class="tpath-input-submit form-group">
<button type="submit" class="btn tpath-submit"><?php esc_html_e('Send', 'greenture'); ?></button>
</div>
</form>
</div>
</div>
</div>
</div><!-- #content -->
</div><!-- #primary -->
<?php get_sidebar(); ?>
</div>
</div><!-- #single-sidebar-container -->
</div><!-- #main-wrapper -->
</div><!-- .container -->
<?php if ( have_posts() ):
while ( have_posts() ): the_post(); ?>
<?php the_content(); ?>
<?php endwhile;
endif; ?>
<?php if( isset( $page_content_block ) && ( $page_content_block != '' && $page_content_block != 0 ) ) {
echo wp_kses_post(greenture_block( $page_content_block ));
} ?>
<?php get_footer(); ?>