function user_elements

6.x user.module user_elements()

Implementation of hook_elements().

File

drupal-6.x/modules/user/user.module, line 633
Enables the user registration and login system.

Code

function user_elements() {
  return array(
    'user_profile_category' => array(),
    'user_profile_item' => array(),
  );
}