HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
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; ?>