function theme_cck_time_select in CCK Time 7
FAPI theme for an individual text element.
File
- ./
cck_time.module, line 320 - Creates a time widget for CCK text fields
Code
function theme_cck_time_select($variables) {
//no idea what should go in here; the date module suggests
//that one moves the fieldset declaration in here
return $variables['element']['#children'];
}