You are here

function theme_office_hours_select in Office Hours 6

Same name and namespace in other branches
  1. 6.2 office_hours.theme.inc \theme_office_hours_select()
  2. 7 includes/office_hours.theme.inc \theme_office_hours_select()

Theme function for the office hours selector element.

File

./office_hours.theme.inc, line 236

Code

function theme_office_hours_select($element) {
  return theme('form_element', $element, $element['#children']);
}