You are here

function facebook_pull_init in Facebook Pull 7.2

Same name and namespace in other branches
  1. 6 facebook_pull.module \facebook_pull_init()
  2. 7.3 facebook_pull.module \facebook_pull_init()
  3. 7 facebook_pull.module \facebook_pull_init()

Implementation of hook_init().

File

./facebook_pull.module, line 14
Default cache time.

Code

function facebook_pull_init() {
  drupal_add_css(drupal_get_path('module', 'facebook_pull') . '/facebook_pull.css');
}