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"?