You are here

function cctags_init in cctags 7

Same name and namespace in other branches
  1. 6 cctags.module \cctags_init()

Implementation of hook_init

File

./cctags.module, line 20

Code

function cctags_init() {
  drupal_add_css(drupal_get_path('module', 'cctags') . '/cctags.css');
}