Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/inc/sections/newsletter.php
<?php
$data = indobi_el()->merge_options([
'back_img' => [],
'text_heading' => [],
'desc' => [],
'shotcode_newsletter' => [],
], $data);
?>
<!-- newslater-area -->
<section class="newslater-area" >
<div class="container" style="background-image: url(<?php echo esc_url($data['back_img']['url'])?>); background-repeat: no-repeat; background-size: cover; background-position: center center;" >
<div class="row align-items-center">
<div class="col-xl-7 col-lg-7">
<div class="section-title">
<h2><?php echo html_entity_decode($data['text_heading'])?></h2>
<p><?php echo html_entity_decode($data['desc'])?></p>
</div>
</div>
<div class="col-xl-5 col-lg-5">
<?php echo html_entity_decode($data['shortcode_newsletter'])?>
</div>
</div>
</div>
</section>
<!-- newslater-aread-end -->
Back to Directory
File Manager