. */ include_once __DIR__.'/../../core.php'; $user_photo = $user->photo; if ($user_photo) { echo '
'.$user['username'].'
'; } echo '
{[ "type": "file", "label": "'.tr('Foto utente').'", "name": "photo", "help": "'.tr('Dimensione consigliata 100x100 pixel').'" ]}
';