add date, remove cruft

This commit is contained in:
Antoine Beaupré 2008-02-27 05:23:21 +00:00
parent b851a6fb99
commit cb1c8276f7
1 changed files with 3 additions and 2 deletions

View File

@ -59,9 +59,10 @@ if (include_once('magpierss/rss_fetch.inc')) {
$href = $item['link'];
$title = $item['title'];
echo "<h3><a href=$href>$title</a></h3>";
echo '<span class="date">'.$item['pubdate'] .'</span> - ';
echo '<span class="author">'.$item['dc']['creator'].'</span>';
echo $item['summary'];
}
echo "</ul>";
}
}