Closed (fixed)
Project:
Omega
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
28 Feb 2011 at 17:35 UTC
Updated:
15 Mar 2011 at 20:01 UTC
Currently, Omega is using process_html to alter the CSS, and it is causing issues when attempting to load up the color module on a subtheme.
Rather than using process_html() this may need to be moved to omega_css_alter() or investigate another method.
Comments
Comment #1
himerus commentedThis actually works with moving the code simply to preprocess_html rather than process_html, allowing css to be altered properly in process_html and html_alter.
This will be committed after a bit more testing, and in the 2.1 release.
Comment #2
himerus commentedCommitted to dev branch for further testing.
Comment #3
himerus commentedComment #4
himerus commented.