Your IP : 216.73.216.158
<?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.
*/
?>
<section id="home" class="holder">
<?php include( locate_template('inc/content-header-titles.php') ); ?>
<?php
if( is_array($tabs) ){
echo '<div class="flickerplate fullplate"><ul>';
foreach( $tabs as $tab ){
echo '<li data-background="'. esc_url($tab['title']) .'"></li>';
}
echo '</ul></div>';
}
?>
</section>