You are here

function twitter_profile_widget_init in Twitter Profile Widget 7

Same name and namespace in other branches
  1. 6 twitter_profile_widget.module \twitter_profile_widget_init()

Implements hook_init().

File

./twitter_profile_widget.module, line 68

Code

function twitter_profile_widget_init() {
  drupal_add_js('http://widgets.twimg.com/j/2/widget.js', 'external');
  drupal_add_css(drupal_get_path('module', 'twitter_profile_widget') . '/twitter_profile_widget.css');
}