user_init

Definition

user_init()
modules/user/user.module, line 1119

Code

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.