function theme_office_hours_block in Office Hours 7
Theme function for widget: office hours block.
1 theme call to theme_office_hours_block()
- office_hours_element_info in ./
office_hours.module - Implements FAPI hook_element_info().
File
- includes/
office_hours.theme.inc, line 177 - Themes the Office hours formatter and widget.
Code
function theme_office_hours_block($vars) {
return $vars['element']['#children'];
}