File: /home/sescorpcl/public_html/wp-content/plugins/bb-booster/modules/icon/includes/frontend.php
<?php if(!isset($settings->exclude_wrapper)) : ?>
<div class="fl-icon-wrap">
<?php endif; ?>
<span class="fl-icon">
<?php if(!empty($settings->link)) : ?>
<?php if(!empty($settings->text)) : ?>
<a href="<?php echo $settings->link; ?>" target="<?php echo $settings->link_target; ?>" tabindex="-1" aria-hidden="true" aria-labelledby="fl-icon-text-<?php echo $module->node; ?>">
<?php else : ?>
<a href="<?php echo $settings->link; ?>" target="<?php echo $settings->link_target; ?>" aria-label="link to <?php echo $settings->link; ?>">
<?php endif; ?>
<?php endif; ?>
<i class="<?php echo $settings->icon; ?>"></i>
<?php if(!empty($settings->link)) : ?></a><?php endif; ?>
</span>
<?php if(!empty($settings->text)) : ?>
<div id="fl-icon-text-<?php echo $module->node; ?>" class="fl-icon-text">
<?php if(!empty($settings->link)) : ?>
<a href="<?php echo $settings->link; ?>" target="<?php echo $settings->link_target; ?>">
<?php endif; ?>
<?php echo $settings->text; ?>
<?php if(!empty($settings->link)) : ?></a><?php endif; ?>
</div>
<?php endif; ?>
<?php if(!isset($settings->exclude_wrapper)) : ?>
</div>
<?php endif; ?>