Closed (fixed)
Project:
Drupal core
Version:
4.6.0
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2005 at 13:21 UTC
Updated:
15 Aug 2006 at 17:14 UTC
when i tried to mirror a drupal site using wget -m i only the default style sheet ./misc/drupal.css will be copied.
Reason:
the code to load that style sheet outputs an additional
statement to that style sheet.
The function theme_stylesheet_import does not.
A fix to this is included.
Best regards,
Michael
| Comment | File | Size | Author |
|---|---|---|---|
| theme.inc_0.diff | 926 bytes | beate_r |
Comments
Comment #1
killes@www.drop.org commentedIt's a patch. Please provide in diff -u format and look at the Drupal code format specs.
Comment #2
magico commentedNo need for a patch. Just use the theme_stylesheet_import() within your own theme.
Anyway, the question is "use link or import stylesheets"?