summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-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')."'>";