diff options
Diffstat (limited to 'views/default/core/settings/account.php')
-rw-r--r-- | views/default/core/settings/account.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/default/core/settings/account.php b/views/default/core/settings/account.php new file mode 100644 index 000000000..0c3792ece --- /dev/null +++ b/views/default/core/settings/account.php @@ -0,0 +1,9 @@ +<?php +/** + * Account settings form wrapper + * + * @package Elgg + * @subpackage Core + */ + +echo elgg_view_form('usersettings/save', array('class' => 'elgg-form-alt'));
\ No newline at end of file |