function theme_phone_part_label_country in Phone 7.2
Returns HTML for a phone 'country' label.
1 theme call to theme_phone_part_label_country()
- phone_element_process in includes/
phone.element.inc - Process an individual phone element.
File
- includes/
phone.element.inc, line 297 - Provides FAPI implementation for a phone element.
Code
function theme_phone_part_label_country($variables) {
return t('Country', array(), array(
'context' => 'phone',
));
}