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');
}
Implementation of hook_init()
function pet_init() {
drupal_add_css(drupal_get_path('module', 'pet') . '/pet.css');
}