function lexicon_init in Lexicon 6
Same name and namespace in other branches
- 7 lexicon.module \lexicon_init()
Implementation of hook_init().
File
- ./
lexicon.module, line 282 - Lexicon is used to create lists of terms and definitions to use on a website and optionally mark them in the content with an indicator.
Code
function lexicon_init() {
$path = drupal_get_path('module', 'lexicon');
drupal_add_css($path . '/css/lexicon.css');
}