You are here

function range_init in Range 6

Implementation of hook_init().

File

./range.module, line 16
Defines numeric fields within a range of possible values and displays them colored accordingly..

Code

function range_init() {
  drupal_add_css(drupal_get_path('module', 'range') . '/range.css');
}