function theme_office_hours in Office Hours 6
Same name and namespace in other branches
- 6.2 office_hours.theme.inc \theme_office_hours()
File
- ./
office_hours.theme.inc, line 229
Code
function theme_office_hours($element) {
return $element['#children'];
}