summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-18 21:27:03 +0400
committerAndrew Dolgov <[email protected]>2013-02-18 21:27:42 +0400
commit1ff1374325ffbcab2398dd3e7d3bca8d8be63c00 (patch)
tree699792726b939a1edfa2fa172263f8f11509248f /classes
parent1389501e95baa2404248c6d24df6cb43c1f7b7ca (diff)
remove nonworking article zoom buttons (closes #535)
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 554b34813..40e7648ff 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -689,14 +689,6 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div style=\"float : right\">";
- $reply['content'] .= "<img src=\"images/art-zoom.png\"
- onclick=\"zoomToArticle(event, $id)\"
- style=\"cursor : pointer\"
- alt='Zoom'
- title='".__('Open article in new tab')."'>";
-
- //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);
-
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {
$reply['content'] .= $p->hook_article_button($line);
}