Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/themes/flair/inc/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/themes/flair/inc/content-header-pattern.php

<?php  
	/**
	 * All variables in here are being brought from /page_builder_blocks/header_block.php
	 * This is a separate file so that you can override it easily from your child theme.
	 */
	if(!( isset($image) ))
		$image = false;
?>

<section id="home" class="single_pattern" style="background-image: url(<?php echo $image; ?>);">

	<?php include( locate_template('inc/content-header-titles.php') ); ?>
	
</section>