diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:40:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-03 22:40:32 +0000 |
commit | e2ba75ce7dad46f87c43b7ef256e79053af5566e (patch) | |
tree | 870264255ad2e05b371d4f2eafa23897082b54cc /settings | |
parent | 8ff93c096feab9ce5dab399c3d0e5ea5fef8d500 (diff) | |
download | elgg-e2ba75ce7dad46f87c43b7ef256e79053af5566e.tar.gz elgg-e2ba75ce7dad46f87c43b7ef256e79053af5566e.tar.bz2 |
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
Diffstat (limited to 'settings')
-rw-r--r-- | settings/plugins.php | 2 | ||||
-rw-r--r-- | settings/statistics.php | 2 | ||||
-rw-r--r-- | settings/user.php | 2 |
3 files changed, 3 insertions, 3 deletions
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())))); diff --git a/settings/statistics.php b/settings/statistics.php index f0bbcfe63..48bf46a04 100644 --- a/settings/statistics.php +++ b/settings/statistics.php @@ -20,4 +20,4 @@ if ((!page_owner_entity()) || (!page_owner_entity()->canEdit())) { } // Display main admin menu -page_draw(elgg_echo("usersettings:statistics"),elgg_view_layout('two_column_left_sidebar','',elgg_view_title(elgg_echo("usersettings:statistics")) . elgg_view("usersettings/statistics")));
\ No newline at end of file +page_draw(elgg_echo("usersettings:statistics"),elgg_view_layout('one_column_with_sidebar','',elgg_view_title(elgg_echo("usersettings:statistics")) . elgg_view("usersettings/statistics")));
\ No newline at end of file diff --git a/settings/user.php b/settings/user.php index ae9dd5061..8bfdc87fa 100644 --- a/settings/user.php +++ b/settings/user.php @@ -22,5 +22,5 @@ if ((!page_owner_entity()) || (!page_owner_entity()->canEdit())) { // Display main admin menu page_draw( elgg_echo("usersettings:user"), - elgg_view_layout("two_column_left_sidebar", '', elgg_view_title(elgg_echo('usersettings:user')) . elgg_view("usersettings/form")) + elgg_view_layout("one_column_with_sidebar", '', elgg_view_title(elgg_echo('usersettings:user')) . elgg_view("usersettings/form")) );
\ No newline at end of file |