function typogrify_init in Typogrify 7
Same name and namespace in other branches
- 6 typogrify.module \typogrify_init()
Implements hook_init().
File
- ./
typogrify.module, line 109 - Typogrify: Brings typographical refinemnts to drupal
Code
function typogrify_init() {
drupal_add_css(drupal_get_path('module', 'typogrify') . '/typogrify.css');
}