You are here

function twitter_pull_init in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 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);
}