Return to Snippet

Revision: 26511
at April 29, 2010 15:58 by K2Joom


Initial Code
<?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; ?>

Initial URL


Initial Description


Initial Title
Category RSS Feed Code

Initial Tags
category

Initial Language
PHP