1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 15:21:28 +00:00

remove nonworking article zoom buttons (closes #535)

This commit is contained in:
Andrew Dolgov
2013-02-18 21:27:03 +04:00
parent 1389501e95
commit 1ff1374325
3 changed files with 0 additions and 13 deletions

View File

@@ -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) {