set_context('admin');
-$body = elgg_view_layout("one_column_with_sidebar", $title . $form . $listing . $resetlisting);
+$body = elgg_view_layout("administration", $title . $form . $listing . $resetlisting);
page_draw(elgg_echo('profile:edit:default'), $body);
\ No newline at end of file
$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
$form .= elgg_view($view, array('page_type' => $page_type));
$body = $title . $menu . $form;
- $content = elgg_view_layout('one_column_with_sidebar', $body);
+ $content = elgg_view_layout('administration', $body);
return $content;
}