From: Andrew Dolgov Date: Mon, 18 Feb 2013 17:27:03 +0000 (+0400) Subject: remove nonworking article zoom buttons (closes #535) X-Git-Tag: 1.7.1~70 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=1ff1374325ffbcab2398dd3e7d3bca8d8be63c00 remove nonworking article zoom buttons (closes #535) --- diff --git a/classes/feeds.php b/classes/feeds.php index 554b3481..40e7648f 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -689,14 +689,6 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; - $reply['content'] .= "Zoom"; - - //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES); - foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) { $reply['content'] .= $p->hook_article_button($line); } diff --git a/images/art-zoom.png b/images/art-zoom.png deleted file mode 100644 index 8b712982..00000000 Binary files a/images/art-zoom.png and /dev/null differ diff --git a/include/functions.php b/include/functions.php index 2dc34261..7409ec76 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2951,11 +2951,6 @@ id=\"ATSTRTIP-$id\" connectId=\"ATSTR-$id\" position=\"below\">$tags_str_full
"; - $rv['content'] .= "Zoom"; - global $pluginhost; foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {