Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$username = elgg_extract('username', $vars) | |
Upload and crop an avatar page. More... | |
$entity = get_user_by_username($username) | |
$title = elgg_echo('avatar:edit') | |
$content = elgg_view('core/avatar/upload', ['entity' => $entity]) | |
if($entity->hasIcon('master')) | $body |
if ($entity->hasIcon('master')) $body |
$content = elgg_view('core/avatar/upload', ['entity' => $entity]) |
$entity = get_user_by_username($username) |
$username = elgg_extract('username', $vars) |