You are here

function pet_init in Previewable email templates 6

Implementation of hook_init()

File

./pet.module, line 14
Previewable E-mail Template module.

Code

function pet_init() {
  drupal_add_css(drupal_get_path('module', 'pet') . '/pet.css');
}