t($element['#title']) . ' ' . ($element['#delta'] > 0 ? intval($element['#delta'] + 1) : ''), '#value' => '', '#description' => !empty($element['#fieldset_description']) ? $element['#fieldset_description'] : '', '#attributes' => array(), '#children' => $element['#children'], '#attributes' => array('class' => array('collapsible', 'collapsed')), ); return theme('fieldset', array('element' => $fieldset)); }