File "frontend.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/heading/includes/frontend.php
File size: 407 bytes
MIME-type: --
Charset: utf-8
<<?php echo $settings->tag; ?> class="fl-heading">
<?php if(!empty($settings->link)) : ?>
<a href="<?php echo $settings->link; ?>" title="<?php echo $settings->heading; ?>" target="<?php echo $settings->link_target; ?>">
<?php endif; ?>
<span class="fl-heading-text"><?php echo $settings->heading; ?></span>
<?php if(!empty($settings->link)) : ?>
</a>
<?php endif; ?>
</<?php echo $settings->tag; ?>>