\r
$reply['content'] .= "<div style=\"float : right\">";\r
\r
- $reply['content'] .= "<img src=\"images/art-zoom.png\"\r
- onclick=\"zoomToArticle(event, $id)\"\r
- style=\"cursor : pointer\"\r
- alt='Zoom'\r
- title='".__('Open article in new tab')."'>";\r
-\r
- //$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);\r
-\r
foreach ($pluginhost->get_hooks($pluginhost::HOOK_ARTICLE_BUTTON) as $p) {\r
$reply['content'] .= $p->hook_article_button($line);\r
}\r
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) {