Go to the source code of this file.
Namespaces |
| namespace | user |
Variables |
| | $userid = optional_param('id', $USER->id, PARAM_INT) |
| | $course = optional_param('course', SITEID, PARAM_INT) |
| | $cancelemailchange = optional_param('cancelemailchange', 0, PARAM_INT) |
| | $personalcontext = get_context_instance(CONTEXT_USER, $user->id) |
| | $editoroptions |
| | $user = file_prepare_standard_editor($user, 'description', $editoroptions, $personalcontext, 'user', 'profile', 0) |
| | $userform = new user_edit_form(null, array('editoroptions'=>$editoroptions)) |
| | $email_changed = false |
| | $streditmyprofile = get_string('editmyprofile') |
| | Display page header.
|
| | $strparticipants = get_string('participants') |
| | $userfullname = fullname($user, true) |
Variable Documentation
Initial value:
Definition at line 147 of file edit.php.
Display page header.
Definition at line 273 of file edit.php.