summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-14 07:14:50 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-14 07:14:50 +0000
commit3cc2b1e3d78d7e82572d59939507bb3eddce53b4 (patch)
tree9a31e74cff3d628bb918f1bc2887b6a433f91aba /includes/common.inc
parent4b65446fb63496a12486ed8616ba84186e82f74c (diff)
downloadbrdo-3cc2b1e3d78d7e82572d59939507bb3eddce53b4.tar.gz
brdo-3cc2b1e3d78d7e82572d59939507bb3eddce53b4.tar.bz2
#77183 by m3avrck and timcn, split up drupal.css by module.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc1
1 files changed, 0 insertions, 1 deletions
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 = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";
- drupal_add_css('misc/drupal.css', 'core');
return $output . drupal_set_html_head();
}