From 6ea5c56ded8b1a9c7d7ed78cd035a48b42d6cf19 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Aug 2004 07:51:27 +0000 Subject: - Theme system changes. Please consult http://drupal.org/node/view/9576 for details. --- includes/common.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index f8e5654dd..30ca12e08 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -87,9 +87,7 @@ function drupal_get_html_head() { $output = "\n"; $output .= "\n"; - $output .= "\n"; + $output .= theme('stylesheet_import', 'misc/drupal.css'); return $output . drupal_set_html_head(); } -- cgit v1.2.3