You are here

function theme_cck_time in CCK Time 6

FAPI theme for an individual text element.

File

./cck_time.module, line 293

Code

function theme_cck_time($element) {

  //no idea what should go in here; the date module suggests

  //that one moves the fieldset declaration in here
  return $element['#children'];
}