www.pudn.com > server.rar > simple.smarty
Displaying: {$rss_url}A Simple RSS Box: I'm not a designer
{* if $error display the error elseif parsed RSS object display the RSS else solicit user for a URL *} {if $error } Error: {$error} {elseif $rss}
| {$rss->channel.title} | |
|---|---|
| {$item.title} | {$item.dc.date|rss_date_parse|date_format:"%A, %B %e, %Y"} |