diff options
Diffstat (limited to 'mod/defaultwidgets/profile.php')
-rw-r--r-- | mod/defaultwidgets/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/defaultwidgets/profile.php b/mod/defaultwidgets/profile.php index 68bf7a492..69640a845 100644 --- a/mod/defaultwidgets/profile.php +++ b/mod/defaultwidgets/profile.php @@ -28,4 +28,4 @@ $context = 'profile'; $content = elgg_view ( "defaultwidgets/editor", array ('token' => $token, 'ts' => $ts, 'context' => $context ) ); // Display main admin menu -page_draw ( 'Default profile widgets for new users', $content ); +page_draw('Default profile widgets for new users', elgg_view_layout('administration', $content)); |