summaryrefslogtreecommitdiff
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
parent1389501e95baa2404248c6d24df6cb43c1f7b7ca (diff)
remove nonworking article zoom buttons (closes #535)
-rw-r--r--classes/feeds.php8
-rw-r--r--images/art-zoom.pngbin3630 -> 0 bytes
-rw-r--r--include/functions.php5
3 files changed, 0 insertions, 13 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);
}
diff --git a/images/art-zoom.png b/images/art-zoom.png
deleted file mode 100644
index 8b7129824..000000000
--- a/images/art-zoom.png
+++ /dev/null
Binary files differ
diff --git a/include/functions.php b/include/functions.php
index 2dc342617..7409ec76a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2951,11 +2951,6 @@
id=\"ATSTRTIP-$id\" connectId=\"ATSTR-$id\"
position=\"below\">$tags_str_full</div>";
- $rv['content'] .= "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
- class='tagsPic' style=\"cursor : pointer\"
- onclick=\"postOpenInNewTab(event, $id)\"
- alt='Zoom' title='".__('Open article in new tab')."'>";
-
global $pluginhost;
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {