poll_init

Versions
6 – 7
poll_init()

Implementation of hook_init().

Code

modules/poll/poll.module, line 25

<?php
function poll_init() {
  drupal_add_css(drupal_get_path('module', 'poll') .'/poll.css');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.