diff --git a/rss/magpie/scripts/templates/simple.smarty b/rss/magpie/scripts/templates/simple.smarty new file mode 100644 index 00000000000..c0761cffbdf --- /dev/null +++ b/rss/magpie/scripts/templates/simple.smarty @@ -0,0 +1,46 @@ + +
++ +{* 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"} + | +