You are here

function pm_init in Drupal PM (Project Management) 7

Implements hook_init().

File

./pm.module, line 56
Main module file for the Project Management module.

Code

function pm_init() {
  drupal_add_css(drupal_get_path('module', 'pm') . '/pm.css');
}