summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 12:08:39 +0400
committerAndrew Dolgov <[email protected]>2011-11-27 12:08:39 +0400
commitdb16ae5008f76e020a20f7138f3647511e94d542 (patch)
treedd8d53f87981cbb3551a8952d9f39f3ce1d13c30
parent6183461645b35af9d3d41a168edbf57ac340e8a1 (diff)
add share-by-url button in combined mode
-rw-r--r--functions.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 0f910f2f7..d7fe05932 100644
--- a/functions.php
+++ b/functions.php
@@ -3703,6 +3703,7 @@
note,
num_comments,
comments,
+ int_id,
unread,feed_id,marked,published,link,last_read,orig_feed_id,
".SUBSTRING_FOR_DATE."(last_read,1,19) as last_read_noms,
$vfeed_query_part
@@ -5597,6 +5598,11 @@
alt='Zoom' title='".__('Share on Twitter')."'>";
}
+ $reply['content'] .= "<img src=\"".theme_image($link, 'images/art-share.png')."\"
+ class='tagsPic' style=\"cursor : pointer\"
+ onclick=\"shareArticle(".$line['int_id'].")\"
+ alt='Zoom' title='".__('Share by URL')."'>";
+
$reply['content'] .= "<img src=\"images/digest_checkbox.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"dismissArticle($id)\"