msg))
{
echo $this->msg;
}
else
{
$lang = JFactory::getLanguage();
$myrtl = $this->newsfeed->rtl;
$direction = " ";
if ($lang->isRTL() && $myrtl == 0)
{
$direction = " redirect-rtl";
}
elseif ($lang->isRTL() && $myrtl == 1)
{
$direction = " redirect-ltr";
}
elseif ($lang->isRTL() && $myrtl == 2)
{
$direction = " redirect-rtl";
}
elseif ($myrtl == 0)
{
$direction = " redirect-ltr";
}
elseif ($myrtl == 1)
{
$direction = " redirect-ltr";
}
elseif ($myrtl == 2)
{
$direction = " redirect-rtl";
}
$images = json_decode($this->item->images);
?>
params->get('display_num')) : ?>
escape($this->params->get('page_heading')); ?>
params->get('show_tags', 1)) : ?>
item->tagLayout = new JLayoutFile('joomla.content.tags'); ?>
item->tagLayout->render($this->item->tags->itemTags); ?>
image_first) and !empty($images->image_first)) : ?>
float_first)) ? $this->params->get('float_first') : $images->float_first; ?>
image_first_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_first_caption) .'"';
endif; ?>
src="image_first); ?>" alt="image_first_alt); ?>"/>
image_second) and !empty($images->image_second)) : ?>
float_second)) ? $this->params->get('float_second') : $images->float_second; ?>
image_second_caption):
echo 'class="caption"'.' title="' .htmlspecialchars($images->image_second_caption) .'"';
endif; ?>
src="image_second); ?>" alt="image_second_alt); ?>"/>
item->description; ?>
params->get('show_feed_description')) : ?>
rssDoc->description); ?>
rssDoc->image) && isset($this->rssDoc->imagetitle) && $this->params->get('show_feed_image')) : ?>
rssDoc[0])) { ?>
item->numarticles; $i++) { ?>
rssDoc[$i]->guid) || !is_null($this->rssDoc[$i]->guid) ? $this->rssDoc[$i]->guid : $this->rssDoc[$i]->uri;
$uri = substr($uri, 0, 4) != 'http' ? $this->item->link : $uri;
$text = !empty($this->rssDoc[$i]->content) || !is_null($this->rssDoc[$i]->content) ? $this->rssDoc[$i]->content : $this->rssDoc[$i]->description;
?>
-
rssDoc[$i]->uri)) : ?>
rssDoc[$i]->title; ?>
rssDoc[$i]->uri . '">' .$this->rssDoc[$i]->title. ''; ?>
params->get('show_item_description') && !empty($text)) : ?>
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);
?>