From e6625c106e1bb8f0a62f6fae2f8e0e1fa3bdc394 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Fri, 25 Feb 2011 23:46:40 +0000 Subject: Converted report-this icon to be compatible with elgg_view_icon git-svn-id: http://code.elgg.org/elgg/trunk@8482 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index e4b2f5852..f89b01f2b 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -29,7 +29,7 @@ function reportedcontent_init() { 'name' => 'report_this', 'href' => $href, 'title' => elgg_echo('reportedcontent:this:tooltip'), - 'text' => '' . elgg_echo('reportedcontent:this'), + 'text' => elgg_view_icon('report-this') . elgg_echo('reportedcontent:this'), 'section' => 'alt', 'weight' => 500, )); -- cgit v1.2.3