You are here

function hds_init in Heartbeat 6.4

Implementation of hook_init().

File

modules/hds/hds.module, line 12
Heartbeat displays module.

Code

function hds_init() {
  drupal_add_css(drupal_get_path('module', 'hds') . '/hds_regions.css');
}