use in non-virtual feed view
This commit is contained in:
parent
45d40d6325
commit
e688bab8ec
1 changed files with 2 additions and 3 deletions
|
@ -957,9 +957,8 @@
|
||||||
$line["feed_title"]."</a> </td>";
|
$line["feed_title"]."</a> </td>";
|
||||||
} else {
|
} else {
|
||||||
print "<td class='hlContent' valign='middle'>";
|
print "<td class='hlContent' valign='middle'>";
|
||||||
|
|
||||||
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
print $content_link;
|
||||||
$line["title"];
|
|
||||||
|
|
||||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
|
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
|
||||||
if ($content_preview) {
|
if ($content_preview) {
|
||||||
|
|
Loading…
Reference in a new issue