From: shibuya246 Date: Mon, 1 Jul 2013 10:53:27 +0000 (+0900) Subject: add to feed rss output X-Git-Tag: 1.9~77^2^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ab10707facb7e338b2f6ed6a98865b9c754c5f32;p=tt-rss.git add <source><title> to feed rss output --- diff --git a/classes/handler/public.php b/classes/handler/public.php index f05beafd..205853ea 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -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);