mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:05:57 +00:00
combined unexpanded: respect 'SHOW_CONTENT_PREVIEW' preference
This commit is contained in:
@@ -541,7 +541,9 @@ class Feeds extends Handler_Protected {
|
|||||||
<img src=\"images/collapse.png\" onclick=\"return Article.cdmUnsetActive(event)\"
|
<img src=\"images/collapse.png\" onclick=\"return Article.cdmUnsetActive(event)\"
|
||||||
title=\"" . __("Collapse article") . "\"/></span>";
|
title=\"" . __("Collapse article") . "\"/></span>";
|
||||||
|
|
||||||
$tmp_content .= "<span class='excerpt'>" . $line["content_preview"] . "</span>";
|
if (get_pref('SHOW_CONTENT_PREVIEW')) {
|
||||||
|
$tmp_content .= "<span class='excerpt'>" . $line["content_preview"] . "</span>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$tmp_content .= "</span>";
|
$tmp_content .= "</span>";
|
||||||
|
|||||||
Reference in New Issue
Block a user