function tripal_cv_init

2.x tripal_cv.module tripal_cv_init()
3.x tripal_cv.module tripal_cv_init()
1.x tripal_cv.module tripal_cv_init()

Implements hook_init(). Adds CSS and JS needed for this modules rendered content

Related topics

File

tripal_cv/tripal_cv.module, line 33
Provides functions for managing chado controlled vocabularies which are used ubiquitously throughout chado.

Code

function tripal_cv_init() {

}