You are here

function user_init in Drupal 6

Implementation of hook_init().

File

modules/user/user.module, line 1161
Enables the user registration and login system.

Code

function user_init() {
  drupal_add_css(drupal_get_path('module', 'user') . '/user.css', 'module');
}