You are here

function quotes_init in Quotes 6

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

Implementation of hook_init().

File

./quotes.module, line 263
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');
}