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