From e2ba75ce7dad46f87c43b7ef256e79053af5566e Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 22:40:32 +0000 Subject: Pulling in MORE changes that weren't in the patch. Apparently I fail at patching. git-svn-id: http://code.elgg.org/elgg/trunk@5265 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/plugins.php') diff --git a/settings/plugins.php b/settings/plugins.php index 219302ebc..d26f626f7 100644 --- a/settings/plugins.php +++ b/settings/plugins.php @@ -20,4 +20,4 @@ if ((!page_owner_entity()) || (!page_owner_entity()->canEdit())) { } // Display main admin menu -page_draw(elgg_echo("usersettings:plugins"),elgg_view_layout('two_column_left_sidebar','',elgg_view_title(elgg_echo("usersettings:plugins")) . elgg_view("usersettings/plugins", array('installed_plugins' => get_installed_plugins())))); +page_draw(elgg_echo("usersettings:plugins"),elgg_view_layout('one_column_with_sidebar', '', elgg_view_title(elgg_echo("usersettings:plugins")) . elgg_view("usersettings/plugins", array('installed_plugins' => get_installed_plugins())))); -- cgit v1.2.3