function theme_date_part_label_timezone in Date 6.2
Same name and namespace in other branches
- 5.2 date_api_elements.inc \theme_date_part_label_timezone()
- 6 date_api_elements.inc \theme_date_part_label_timezone()
- 7.3 date_api/theme/theme.inc \theme_date_part_label_timezone()
- 7 date_api/theme/theme.inc \theme_date_part_label_timezone()
- 7.2 date_api/theme/theme.inc \theme_date_part_label_timezone()
1 theme call to theme_date_part_label_timezone()
- date_timezone_process in ./
date_api_elements.inc - Create a timezone form element.
File
- theme/
theme.inc, line 373 - Theme functions for Date.
Code
function theme_date_part_label_timezone($part_type, $element) {
return t('Timezone');
}