Implementation of hook_init().

File

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');
}