|
Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
| $user_avatar | |
| Avatar upload view. More... | |
| $current_label = elgg_echo('avatar:current') | |
| $remove_button = '' | |
| if($vars['entity']->icontime) | $form_params = array('enctype' => 'multipart/form-data') |
| $upload_form = elgg_view_form('avatar/upload', $form_params, $vars) | |
| $image = | |
| $body = | |
| $body = |
Definition at line 45 of file upload.php.
| $current_label = elgg_echo('avatar:current') |
Definition at line 13 of file upload.php.
Definition at line 26 of file upload.php.
| $image = |
Definition at line 37 of file upload.php.
| $remove_button = '' |
Definition at line 15 of file upload.php.
| $upload_form = elgg_view_form('avatar/upload', $form_params, $vars) |
Definition at line 27 of file upload.php.
| $user_avatar |
Avatar upload view.
@uses $vars['entity']
Definition at line 8 of file upload.php.