« All helpers
Renders the specified RSS feed url as a list of links. Caches the feed for 30 minutes between updates.
url
In PHP code, call it like this:
echo $this->run ('blog/rssviewer', array ('url' => 'http://...'));
In a view template, call it like this:
{! blog/rssviewer?url=http://... !}
Parameters:
Also available in the dynamic objects menu as "Blog: RSS Viewer".
Renders the specified RSS feed
url
as a list of links. Caches the feed for 30 minutes between updates.In PHP code, call it like this:
In a view template, call it like this:
Parameters:
url
: The URL of the RSS feed to be displayed.Also available in the dynamic objects menu as "Blog: RSS Viewer".