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

CommentFileSizeAuthor
theme.inc_0.diff926 bytesbeate_r

Comments

killes@www.drop.org’s picture

Status: Active » Needs work

It's a patch. Please provide in diff -u format and look at the Drupal code format specs.

magico’s picture

Status: Needs work » Closed (fixed)

No need for a patch. Just use the theme_stylesheet_import() within your own theme.
Anyway, the question is "use link or import stylesheets"?