/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if($this->params->get('catFeedLink')): ?> <!-- RSS feed icon --> <div class="k2FeedIcon"> <a href="<?php echo $this->feed; ?>" title="<?php echo JText::_('Be kept up to date on any new content added in this chapter by subscribing to our RSS feeds, its free'); ?>"> <span>Be kept up to date on any new content added in this chapter by subscribing to our RSS feeds, its free</span></a> <div class="clear"></div> </div> <?php endif; ?>