function uif_init in User Import Framework 6
Same name and namespace in other branches
- 7 uif.module \uif_init()
Implementation of hook_init()
File
- ./
uif.module, line 10 - Simple, extensible user import from a CSV file.
Code
function uif_init() {
drupal_add_css(drupal_get_path('module', 'uif') . '/uif.css');
}