function tripal_contact_init

1.x tripal_contact.module tripal_contact_init()

Related topics

File

tripal_contact/tripal_contact.module, line 49
This file contains the basic functions needed for this drupal module. The drupal tripal_contact module maps directly to the chado X module.

Code

function tripal_contact_init() {
  drupal_add_css(drupal_get_path('theme', 'tripal') . '/css/tripal_contact.css');
}