You are here

function rate_init in Rate 7

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

Implements hook_init().

File

./rate.module, line 970
Rate module

Code

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