'name' => 'report_this',
'href' => $href,
'title' => elgg_echo('reportedcontent:this:tooltip'),
- 'text' => '<span class="elgg-icon report-this-icon"></span>' . elgg_echo('reportedcontent:this'),
+ 'text' => elgg_view_icon('report-this') . elgg_echo('reportedcontent:this'),
'section' => 'alt',
'weight' => 500,
));
?>
/* Reported Content */
-.report-this-icon {
+.elgg-icon-report-this {
background: url(<?php echo elgg_get_site_url(); ?>mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}