load('plg_user_profile', JPATH_ADMINISTRATOR); ?>
params->get('show_page_heading')) : ?>
form->getFieldsets() as $group => $fieldset):// Iterate through the form fieldsets and display each one.?> form->getFieldset($group);?>
label)):// If the fieldset has a label set, display it as the legend.?> label); ?> hidden):// If the field is hidden, just display the input.?>
input;?>
label; ?> required && $field->type != 'Spacer') : ?>
input; ?>