function theme_office_hours_select in Office Hours 7
Same name and namespace in other branches
- 6.2 office_hours.theme.inc \theme_office_hours_select()
- 6 office_hours.theme.inc \theme_office_hours_select()
Theme function for widget: office hours selector element.
1 theme call to theme_office_hours_select()
- office_hours_element_info in ./
office_hours.module - Implements FAPI hook_element_info().
File
- includes/
office_hours.theme.inc, line 184 - Themes the Office hours formatter and widget.
Code
function theme_office_hours_select($vars) {
return $vars['element']['#children'];
}