You are here

function rate_init in Rate 6.2

Same name and namespace in other branches
  1. 7 rate.module \rate_init()

Implements hook_init().

File

./rate.module, line 776
Rate module

Code

function rate_init() {
  drupal_add_css(drupal_get_path('module', 'rate') . '/rate.css');
}