params->get('show_page_heading')) : ?>
form->getFieldsets() as $fieldset): // Iterate through the form fieldsets and display each one.?> form->getFieldset($fieldset->name);?>
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;?>