summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-23 13:36:13 +0400
committerAndrew Dolgov <[email protected]>2013-01-23 13:36:13 +0400
commitc2cd348b75a2c2118df60a98f54b4bad9f0f76b3 (patch)
treeb810f18c09a87a6210a729c87a66f68423d30570 /include
parent16cbc19a8a79584356e1cb3c9a549de169c908e5 (diff)
rename digest_checkbox
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 62d64e247..2b4feb8e8 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3113,7 +3113,7 @@
$rv['content'] .= $p->hook_article_button($line);
}
- $rv['content'] .= "<img src=\"".theme_image($link, 'images/digest_checkbox.png')."\"
+ $rv['content'] .= "<img src=\"".theme_image($link, 'images/close_article.png')."\"
class='tagsPic' style=\"cursor : pointer\"
onclick=\"closeArticlePanel($id)\"
title='".__('Close article')."'>";