summaryrefslogtreecommitdiff
path: root/include/functions.php
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 /include/functions.php
parent1389501e95baa2404248c6d24df6cb43c1f7b7ca (diff)
remove nonworking article zoom buttons (closes #535)
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php5
1 files changed, 0 insertions, 5 deletions
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) {