From e8e2cfa6c924b02d95f3d31f69560a5e3eaf825a Mon Sep 17 00:00:00 2001 From: nickw Date: Tue, 25 May 2010 15:10:14 +0000 Subject: Updating Default Widgets administration to use new canvas layout. git-svn-id: http://code.elgg.org/elgg/trunk@6205 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/defaultwidgets/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/defaultwidgets/profile.php') 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)); -- cgit v1.2.3