blob: 3967207ce301915772df8b40d750af6f22b33779 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* Account settings form used for user settings
*
* This form is extended by Elgg with the views in core/settings/account.
* Plugins can additionally extend it and then register for the
* 'usersettings:save', 'user' plugin hook.
*
* This view is included by "forms/usersettings/save"
*/
|