function office_hours_menu in Office Hours 5
@file Creates a field and widget for inserting working or office hours per day
implementation of hook_menu.
File
- ./
office_hours.module, line 13 - Creates a field and widget for inserting working or office hours per day
Code
function office_hours_menu($may_cache) {
if (!$may_cache) {
drupal_add_css(drupal_get_path('module', 'office_hours') . '/office_hours.css');
}
}