diff --git a/classes/feeds.php b/classes/feeds.php index 4effe3b70..996b1b23f 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -451,13 +451,12 @@ class Feeds extends Handler_Protected { $vf_catchup_link = "".__('mark feed as read').""; - $feed_title_row = "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." $vf_catchup_link
"; - array_push($reply['content'], array('id' => 0, 'kind' => 'feed_title', 'html' => $feed_title_row)); } } @@ -557,12 +556,11 @@ class Feeds extends Handler_Protected { //$feed_icon_img = "\"\""; } - $feed_title_row = "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." $vf_catchup_link
"; - array_push($reply['content'], array('id' => 0, 'kind' => 'feed_title', 'html' => $feed_title_row)); } }