You are here

function theme_date_part_label_timezone in Date 7.3

Same name and namespace in other branches
  1. 5.2 date_api_elements.inc \theme_date_part_label_timezone()
  2. 6.2 theme/theme.inc \theme_date_part_label_timezone()
  3. 6 date_api_elements.inc \theme_date_part_label_timezone()
  4. 7 date_api/theme/theme.inc \theme_date_part_label_timezone()
  5. 7.2 date_api/theme/theme.inc \theme_date_part_label_timezone()

Returns HTML for a date_select 'timezone' label.

1 theme call to theme_date_part_label_timezone()
date_timezone_element_process in date_api/date_api_elements.inc
Creates a timezone form element.

File

date_api/theme/theme.inc, line 153
Theme files for Date API.

Code

function theme_date_part_label_timezone($variables) {
  return t('Timezone');
}