You are here

function merci_init in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6

Same name and namespace in other branches
  1. 6.2 merci.module \merci_init()
  2. 7.2 merci.module \merci_init()

Implementation of hook_init().

File

./merci.module, line 39
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

function merci_init() {
  drupal_add_css(drupal_get_path('module', 'merci') . '/merci.css');
  drupal_add_js(drupal_get_path('module', 'merci') . '/merci.js');
}