diff options
Diffstat (limited to 'mod/profile/index.php')
-rw-r--r-- | mod/profile/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/index.php b/mod/profile/index.php index 22393df71..bf47d670c 100644 --- a/mod/profile/index.php +++ b/mod/profile/index.php @@ -46,4 +46,4 @@ if ($user = get_user_by_username($username)) { $title = elgg_echo("profile"); } $body = elgg_view_layout("one_column", $body); -page_draw($title, $body);
\ No newline at end of file +echo elgg_view_page($title, $body);
\ No newline at end of file |