aboutsummaryrefslogtreecommitdiff
path: root/pages/settings
diff options
context:
space:
mode:
Diffstat (limited to 'pages/settings')
-rw-r--r--pages/settings/plugins.php2
-rw-r--r--pages/settings/statistics.php2
-rw-r--r--pages/settings/user.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/pages/settings/plugins.php b/pages/settings/plugins.php
index a768e69d7..671d0ff2c 100644
--- a/pages/settings/plugins.php
+++ b/pages/settings/plugins.php
@@ -20,4 +20,4 @@ $content .= elgg_view("usersettings/plugins",
$body = elgg_view_layout('one_column_with_sidebar', $content);
-page_draw(elgg_echo("usersettings:plugins"), $body);
+echo elgg_view_page(elgg_echo("usersettings:plugins"), $body);
diff --git a/pages/settings/statistics.php b/pages/settings/statistics.php
index 38b0094ee..248dc8e50 100644
--- a/pages/settings/statistics.php
+++ b/pages/settings/statistics.php
@@ -19,4 +19,4 @@ $content .= elgg_view("usersettings/statistics");
$body = elgg_view_layout('one_column_with_sidebar', $content);
-page_draw(elgg_echo("usersettings:statistics"), $body);
+echo elgg_view_page(elgg_echo("usersettings:statistics"), $body);
diff --git a/pages/settings/user.php b/pages/settings/user.php
index 62a3bb1ba..6fd578ac9 100644
--- a/pages/settings/user.php
+++ b/pages/settings/user.php
@@ -19,4 +19,4 @@ $content .= elgg_view("usersettings/form");
$body = elgg_view_layout("one_column_with_sidebar", $content);
-page_draw(elgg_echo("usersettings:user"), $body);
+echo elgg_view_page(elgg_echo("usersettings:user"), $body);