add <source><title> to feed rss output

This commit is contained in:
shibuya246 2013-07-01 19:53:27 +09:00
parent 29a963c14f
commit ab10707fac
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ class Handler_Public extends Handler {
date(DATE_RFC822, strtotime($line["updated"])), true);
$tpl->setVariable('ARTICLE_AUTHOR', htmlspecialchars($line['author']), true);
$tpl->setVariable('ARTICLE_SOURCE_TITLE', htmlspecialchars($line['feed_title']), true);
$tags = get_article_tags($line["id"], $owner_uid);