Viewing File: /home/maglabs/valvtec1/wp-content/themes/indobi/inc/sections/contact-sections.php
<?php
$data = indobi_el()->merge_options([
'text_heading' => '',
'sub_heading' => '',
'shortcode' => '',
], $data);
?>
<!-- contact-area -->
<section id="contact" class="contact-area after-none contact-bg pt-120 pb-120 p-relative fix">
<div class="container">
<div class="row">
<div class="col-lg-12 order-2">
<div class="contact-bg02">
<div class="section-title center-align text-center">
<h5><?php echo html_entity_decode($data['sub_heading'])?></h5>
<h2>
<?php echo html_entity_decode($data['text_heading'])?>
</h2>
</div>
<div class="contact-form mt-30">
<?php echo html_entity_decode ($data['shortcode']) ?>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact-area-end -->
Back to Directory
File Manager