diff options
Diffstat (limited to 'mod/profile/editicon.php')
-rw-r--r-- | mod/profile/editicon.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/profile/editicon.php b/mod/profile/editicon.php index 2b33abb62..145932795 100644 --- a/mod/profile/editicon.php +++ b/mod/profile/editicon.php @@ -16,8 +16,8 @@ // Make sure we're logged in
if (!isloggedin()) forward();
- // Get the form
- $body = elgg_view("profile/editicon");
+ // Get the form and correct canvas area
+ $body = elgg_view_layout("one_column", elgg_view("profile/editicon"));
// Draw the page
page_draw(elgg_echo("profile:editicon"),$body);
|