mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-28 17:41:38 +01:00
enable excerpt for text digest
This commit is contained in:
parent
4438f27f73
commit
eab568065f
@ -192,8 +192,8 @@ class Digest
|
||||
$tpl_t->setVariable('ARTICLE_LINK', $line["link"]);
|
||||
$tpl_t->setVariable('ARTICLE_UPDATED', $updated);
|
||||
$tpl_t->setVariable('ARTICLE_LABELS', $article_labels_formatted, true);
|
||||
// $tpl_t->setVariable('ARTICLE_EXCERPT',
|
||||
// truncate_string(strip_tags($line["excerpt"]), 100));
|
||||
$tpl_t->setVariable('ARTICLE_EXCERPT',
|
||||
truncate_string(strip_tags($line["excerpt"]), 300), true);
|
||||
|
||||
$tpl_t->addBlock('article');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user