File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/page-templates/contact-simple.php
<?php
/**
* Template Name: Contact page with video or image background
* @package acora
*/
if(!acora_must_have_settings_plugin()){
return;
};
get_header();
?>
<div id="contact_simple" class="contact-simple blog-main" role="main">
<?php
if(acora_settings_cs_has_logo()){
acora_get_vertical_menu_logo();
}
if(have_posts()):
while(have_posts()): the_post();
?>
<div class="post">
<div class="single fwd-hide">
<div id="media_background" class="media-background"></div>
<div class="overlay"></div>
<?php
echo acora_settings_cs_get_media();
?>
<div class="entry-content">
<?php if(!empty(acora_settings_cs_get_text())):; ?>
<div class="info">
<?php echo acora_settings_cs_get_text() ?>
</div><!-- .info -->
<?php endif; ?>
</div><!-- .entry-content -->
</div><!-- .single -->
</div><!-- .post -->
<?php
endwhile;
endif;
echo acora_settings_cs_get_form();
echo acora_settings_get_cs_map();
echo acora_settings_get_share_buttons();
?>
</div>
<?php get_footer(); ?>