params->get('show_page_heading', 1)) : ?>
escape($this->params->get('page_heading')); ?>
params->get('show_feed_description')) : ?>
newsfeed->channel['description']); ?>
newsfeed->image['url']) && isset($this->newsfeed->image['title']) && $this->params->get('show_feed_image')) : ?>
newsfeed->items as $item) : ?>
-
get_link())) : ?>
get_title(); ?>
params->get('show_item_description') && $item->get_description()) : ?>
get_description();
if($this->params->get('show_feed_image', 0) == 0)
{
$text = JFilterOutput::stripImages($text);
}
$text = JHtml::_('string.truncate', $text, $this->params->get('feed_character_count'));
echo str_replace(''', "'", $text);
?>