$group.=form_textfield(t('Picture image path'),'user_picture_path',variable_get('user_picture_path','pictures'),30,255,t('Subdirectory in the directory "%dir" where pictures will be stored.',array('%dir'=>variable_get('file_directory_path','files').'/')));
$group.=form_textfield(t('Default picture'),'user_picture_default',variable_get('user_picture_default',''),30,255,t('URL of picture to display for users with no custom picture selected. Leave blank for none.'));
$group.=form_textfield(t('Picture image path'),'user_picture_path',variable_get('user_picture_path','pictures'),30,255,t('Subdirectory in the directory "%dir" where pictures will be stored.',array('%dir'=>variable_get('file_directory_path','files').'/')));
$group.=form_textfield(t('Default picture'),'user_picture_default',variable_get('user_picture_default',''),30,255,t('URL of picture to display for users with no custom picture selected. Leave blank for none.'));