You are here

function high_contrast_init in High contrast 6

Same name and namespace in other branches
  1. 7 high_contrast.module \high_contrast_init()

Implementation of hook_init()

File

./high_contrast.module, line 15

Code

function high_contrast_init() {
  drupal_add_css(drupal_get_path('module', 'high_contrast') . '/high_contrast.css');
}