You are here

function quote_init in Quote 6

Same name and namespace in other branches
  1. 6.2 quote.module \quote_init()
  2. 7 quote.module \quote_init()

Implementation of hook_init().

File

./quote.module, line 44
The quote module provides a filter and appropriate links that allow users to quote nodes and other comments in their own comments.

Code

function quote_init() {

  // Reference quote.css, if it exists.
  drupal_add_css(drupal_get_path('module', 'quote') . '/quote.css');
}