summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-19 21:14:36 +0300
committerAndrew Dolgov <[email protected]>2010-11-19 21:14:36 +0300
commitca07f49ee0b746b763228dcb27e58ebbef1ddc7a (patch)
tree58bfd6eb84f1c5831131b8e35496623a8f321284 /functions.php
parentb509d64e960fd527a35366f44ee022ce831ae9f8 (diff)
opening articles in new tab tweaks
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index da1171a01..dd42ea4fc 100644
--- a/functions.php
+++ b/functions.php
@@ -4660,7 +4660,7 @@
print "<img src=\"".theme_image($link, 'images/art-zoom.png')."\"
class='tagsPic' style=\"cursor : pointer\"
- onclick=\"zoomToArticle(event, $id)\"
+ onclick=\"postOpenInNewTab(event, $id)\"
alt='Zoom' title='".__('Open article in new tab')."'>";
$note_escaped = htmlspecialchars($line['note'], ENT_QUOTES);