From fb9c1df0b942df39115a9130dfa76e2b3fd33217 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 5 Sep 2010 02:21:38 +0000 Subject: - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS. --- modules/user/user.module | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 26335081e..403b42899 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1798,13 +1798,6 @@ function user_admin_paths() { return $paths; } -/** - * Implements hook_init(). - */ -function user_init() { - drupal_add_css(drupal_get_path('module', 'user') . '/user.css', array('preprocess' => TRUE)); -} - /** * Load either a specified or the current user account. * -- cgit v1.2.3