From 9604dd579d80bdb8472e3aa9892b7dec422037c3 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 13 May 2010 19:01:54 +0000 Subject: Updated plugins to use new admin area canvas. git-svn-id: http://code.elgg.org/elgg/trunk@6034 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent/index.php') diff --git a/mod/reportedcontent/index.php b/mod/reportedcontent/index.php index 3f3a4c5fe..bb969c343 100644 --- a/mod/reportedcontent/index.php +++ b/mod/reportedcontent/index.php @@ -24,4 +24,4 @@ $reported = elgg_get_entities(array('types' => 'object', 'subtypes' => 'reported $area2 = elgg_view("reportedcontent/listing", array('entity' => $reported)); // Display main admin menu -page_draw(elgg_echo('reportedcontent'),elgg_view_layout("one_column_with_sidebar", $title . $area2)); \ No newline at end of file +page_draw(elgg_echo('reportedcontent'),elgg_view_layout("administration", $title . $area2)); \ No newline at end of file -- cgit v1.2.3