function twitter_pull_init in Twitter Pull 6.2
Same name and namespace in other branches
- 6 twitter_pull.module \twitter_pull_init()
Implementation of hook_init().
File
- ./
twitter_pull.module, line 37
Code
function twitter_pull_init() {
$css_path = drupal_get_path('module', 'twitter_pull') . '/twitter-pull-listing.css';
drupal_add_css($css_path);
}