You are here

function cctags_init in cctags 6

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

Implementation of hook_init

File

./cctags.module, line 16

Code

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