function poll_init

Implementation of hook_init().

Archivo

drupal-6.x/modules/poll/poll.module, line 25
Enables your site to capture votes on different topics in the form of multiple choice questions.

Código

function poll_init() {
  drupal_add_css(drupal_get_path('module', 'poll') . '/poll.css');
}