From 8359ca6dad9051702d2635f5c2ce6b20ad0d4c2b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 30 Nov 2018 15:48:17 +0300 Subject: combined mode (and more) css class name updates --- classes/feeds.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index 09bfdea72..7da3f6f4d 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -345,7 +345,7 @@ class Feeds extends Handler_Protected { $score_pic = "images/" . get_score_pic($score); - $score_pic = ""; if ($score > 500) { @@ -390,7 +390,7 @@ class Feeds extends Handler_Protected { $vf_catchup_link = "".__('mark feed as read').""; - $reply['content'] .= "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." @@ -414,7 +414,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; $reply['content'] .= "
"; + class=\"title\">"; $reply['content'] .= "" . @@ -434,7 +434,7 @@ class Feeds extends Handler_Protected { if (@$line["feed_title"]) { $rgba = @$rgba_cache[$feed_id]; - $reply['content'] .= "". + $reply['content'] .= "". truncate_string($line["feed_title"],30).""; } } @@ -486,7 +486,7 @@ class Feeds extends Handler_Protected { $feed_icon_src = Feeds::getFeedIcon($feed_id); $feed_icon_img = ""; - $reply['content'] .= "
". + $reply['content'] .= "
". "
$feed_icon_img
". "". $line["feed_title"]." $vf_catchup_link
"; @@ -499,7 +499,7 @@ class Feeds extends Handler_Protected { $tmp_content = "
"; - $tmp_content .= "
"; + $tmp_content .= "
"; $tmp_content .= "
"; $tmp_content .= " + $tmp_content .= "
". truncate_string($line["feed_title"],30)." @@ -550,7 +550,7 @@ class Feeds extends Handler_Protected { $tmp_content .= "$updated_fmt"; - $tmp_content .= "
"; + $tmp_content .= "
"; $tmp_content .= "$score_pic"; if (!get_pref("VFEED_GROUP_BY_FEED") && $line["feed_title"]) { @@ -558,11 +558,11 @@ class Feeds extends Handler_Protected { title=\"".htmlspecialchars($line["feed_title"])."\" onclick=\"viewfeed({feed:$feed_id})\">$feed_icon_img"; } - $tmp_content .= "
"; //scoreWrap + $tmp_content .= "
"; //score wrapper2 - $tmp_content .= "
"; //cdmHeader + $tmp_content .= "
"; //header - $tmp_content .= "
"; + $tmp_content .= "
"; $tmp_content .= "
"; if ($line['note']) { @@ -573,7 +573,7 @@ class Feeds extends Handler_Protected { if (!$line['lang']) $line['lang'] = 'en'; // this is filled from RROW data-content - $tmp_content .= "
"; + $tmp_content .= "
"; if ($line["orig_feed_id"]) { @@ -601,8 +601,8 @@ class Feeds extends Handler_Protected { } } - $tmp_content .= "
"; //cdmContentInner - $tmp_content .= "
"; + $tmp_content .= "
"; //content-inner + $tmp_content .= "
"; $always_display_enclosures = $line["always_display_enclosures"]; $tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures, @@ -610,7 +610,7 @@ class Feeds extends Handler_Protected { $tmp_content .= "
"; // cdmIntermediate - $tmp_content .= "
"; + $tmp_content .= "
"; foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ARTICLE_LEFT_BUTTON) as $p) { $tmp_content .= $p->hook_article_left_button($line); @@ -655,7 +655,7 @@ class Feeds extends Handler_Protected { $tmp_content .= "
"; // buttons - $tmp_content .= "
"; // cdmFooter + $tmp_content .= "
"; // cdm footer $tmp_content .= "
"; // cdmContent $tmp_content .= "
"; // RROW.cdm -- cgit v1.2.3-54-g00ecf