HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
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(); ?>