getOwnerEntity(); $archive_url = elgg_get_site_url() . "action/reportedcontent/archive?guid=$report->guid"; $delete_url = elgg_get_site_url() . "action/reportedcontent/delete?guid=$report->guid"; //find out if the report is current or archive if ($report->state == 'archived') { $reportedcontent_background = "reported-content-archived"; } else { $reportedcontent_background = "reported-content-active"; } ?>
: $reporter->getURL(), 'text' => $reporter->name, 'is_trusted' => true, )); ?>, time_created); ?>
: title; ?>
: $report->address, 'text' => elgg_echo('reportedcontent:visit'), 'is_trusted' => true, )); ?>
"#report-$report->guid", 'text' => elgg_echo('reportedcontent:moreinfo'), 'rel' => "toggle", )); ?>