]> git.wh0rd.org - tt-rss.git/blobdiff - include/functions.php
remove nonworking article zoom buttons (closes #535)
[tt-rss.git] / include / functions.php
index 2dc3426174e011be7060c5bfdaaa8719831d5c12..7409ec76a688fa0d910932ea1a1d6a38d5f869cb 100644 (file)
                                        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) {