You are here

function quotes_init in Quotes 7

Same name and namespace in other branches
  1. 6 quotes.module \quotes_init()

Implements hook_init().

File

./quotes.module, line 343
The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.

Code

function quotes_init() {
  drupal_add_css(drupal_get_path('module', 'quotes') . '/quotes.css');
}