'object', 'subtypes' => 'reported_content', 'limit' => 9999)); $list = elgg_view("reportedcontent/listing", array('entity' => $reported)); // Display main admin menu $body = <<<__HTML $title $list __HTML; echo $body;