You are here

function uif_init in User Import Framework 7

Same name and namespace in other branches
  1. 6 uif.module \uif_init()

Implementation of hook_init()

File

./uif.module, line 11
Simple, extensible user import from a CSV file.

Code

function uif_init() {
  drupal_add_css(drupal_get_path('module', 'uif') . '/uif.css');
}