aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/views/default/admin/overview/reportedcontent.php')
-rw-r--r--mod/reportedcontent/views/default/admin/overview/reportedcontent.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
deleted file mode 100644
index 3f79d500a..000000000
--- a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/**
- * Elgg Reported content admin page
- *
- * @package ElggReportedContent
- */
-
-$title = elgg_view_title(elgg_echo('reportedcontent'));
-
-$list = elgg_list_entities(array('types' => 'object', 'subtypes' => 'reported_content'));
-if (!$list) {
- $list = '<p class="margin-top">' . elgg_echo('reportedcontent:none') . '</p>';
-}
-
-$body = <<<__HTML
-$title
-$list
-__HTML;
-
-echo $body; \ No newline at end of file