You are here

function office_hours_init in Office Hours 6

Same name and namespace in other branches
  1. 6.2 office_hours.module \office_hours_init()

Implementation of hook_init().

File

./office_hours.module, line 70
Creates a field and widget for inserting working or office hours per day

Code

function office_hours_init() {
  drupal_add_css(drupal_get_path('module', 'office_hours') . '/office_hours.css');
}