From 3cc2b1e3d78d7e82572d59939507bb3eddce53b4 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 14 Aug 2006 07:14:50 +0000 Subject: #77183 by m3avrck and timcn, split up drupal.css by module. --- includes/common.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index cd63bcc55..c84d358a8 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -115,7 +115,6 @@ function drupal_set_html_head($data = NULL) { */ function drupal_get_html_head() { $output = "\n"; - drupal_add_css('misc/drupal.css', 'core'); return $output . drupal_set_html_head(); } -- cgit v1.2.3