You are here

function office_hours_init in Office Hours 6.2

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

Implementation of hook_init().

File

./office_hours.module, line 62
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');

  //drupal_add_js(drupal_get_path('module', 'office_hours') .'/office_hours.js','theme');
}