Using Drupal 6.9. When the Optimize CSS features of Drupal is enabled, it breaks the images used in this theme (notably the rounded corners and gradient backgrounds of the header and footer sections as well as the page background). This is because the optimized CSS will look for the theme images in this location:
/sites/all/themes/images/salamander1/
When in fact the theme has them stored in this location:
/sites/all/themes/salamander/images/salamander1/

I have no clue how the Optimize CSS feature creates the combined CSS, but can something be done with this theme so it still works correctly using Optimize CSS? I get around this by creating a symbolic link.

Thanks.

Comments

inforeto’s picture

Confirming, i could reproduce this issue on an existing site.
Can someone test on a clean install please?

Florian’s picture

If the download method is set to private, this is a normal Drupal behaviour. Try to set this option to public.

inforeto’s picture

In my affected test site the download method is set to public.

Florian’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)