*** theme.inc	2005/04/24 12:33:00	1.1
--- theme.inc	2005/04/24 12:54:09
***************
*** 1,5 ****
  <?php
! /* $Id: theme.inc,v 1.1 2005/04/24 12:33:00 www-data Exp $ */
  
  /**
   * @file
--- 1,5 ----
  <?php
! /* $Id: theme.inc,v 1.2 2005/04/24 12:45:55 www-data Exp www-data $ */
  
  /**
   * @file
***************
*** 757,763 ****
   *  A string containing the HTML for the stylesheet import.
   */
  function theme_stylesheet_import($stylesheet, $media = 'all') {
!   return '<style type="text/css" media="'. $media .'">@import "'. $stylesheet .'";</style>';
  }
  
  /**
--- 757,767 ----
   *  A string containing the HTML for the stylesheet import.
   */
  function theme_stylesheet_import($stylesheet, $media = 'all') {
!   return '<style type="text/css" media="'. $media .'">@import "'
! 	. $stylesheet 
! 	.'";</style>\n <link rel="stylesheet" type="text/css" href="'
! 	. $stylesheet 
! 	.'" />';
  }
  
  /**
