function merci_init in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2
Same name and namespace in other branches
- 6 merci.module \merci_init()
- 7.2 merci.module \merci_init()
Implementation of hook_init().
File
- ./
merci.module, line 193 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
function merci_init() {
drupal_add_css(drupal_get_path('module', 'merci') . '/merci.css');
}