Closed (fixed)
Project:
IE Unlimited CSS Loader
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 14:32 UTC
Updated:
29 Sep 2010 at 14:40 UTC
Other modules can override $vars['styles'] after unlimited_css_preprocess_page() has run. If this happens, unlimited_css does not work.
Solution:
- Put a copy of the rebuilt $vars['styles'] into $vars['styles_unlimited_css']. We can assume that the latter will not be killed by other modules.
- Custom themes can now use this value instead of $vars['styles'].
Comments
Comment #1
donquixote commentedFixed in next -dev. Please have a look.