function poll_init

6.x poll.module poll_init()

Implementation of hook_init().

File

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.

Code

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