File "frontend.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/icon/includes/frontend.php
File size: 796 bytes
MIME-type: --
Charset: utf-8

<?php if(!isset($settings->exclude_wrapper)) : ?>
<div class="fl-icon-wrap">
<?php endif; ?>
	<span class="fl-icon">
		<?php if(!empty($settings->link)) : ?>
		<a href="<?php echo $settings->link; ?>" target="<?php echo $settings->link_target; ?>">
		<?php endif; ?>
		<i class="<?php echo $settings->icon; ?>"></i> 
		<?php if(!empty($settings->link)) : ?></a><?php endif; ?>
	</span>
	
	<?php if(!empty($settings->text)) : ?>
	<div 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; ?>