image->url) ? $feed->image->url : null; $iTitle = isset($feed->image->title) ? $feed->image->title : null; ?> title ) && $params->get('rsstitle', 1)) { ?> get('rssdesc', 1)) { ?> get('rssimage', 1) && $iUrl) { ?> items ); $setItems = $params->get('rssitems', 5); if ($setItems > $actualItems) { $totalItems = $actualItems; } else { $totalItems = $setItems; } ?>
title; ?>
description; ?>
<?php echo @$iTitle; ?>
    def('word_count', 0); for ($j = 0; $j < $totalItems; $j ++) { $currItem = & $feed->items[$j]; // item title ?>
  • get_link() ) ) { ?> get_title(); ?> get('rssitemdesc', 1)) { // item description $text = $currItem->get_description(); $text = str_replace(''', "'", $text); // word limit check if ($words) { $texts = explode(' ', $text); $count = count($texts); if ($count > $words) { $text = ''; for ($i = 0; $i < $words; $i ++) { $text .= ' '.$texts[$i]; } $text .= '...'; } } ?>