Needs review
Project:
Omega
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2012 at 06:41 UTC
Updated:
27 Jun 2013 at 17:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedI think there was a slight error with the previous patch, as the replacements were only done if there was at leaset one
stylesheetsdeclaration in the .info file, which is often not the case with omega themes.Comment #3
iztok commentedIntegrating Omega with Color module is very confusing for me.
As I understand it can be done without this patch, but then you need to declare:
stylesheets[all][] = css/styles.css
Anyway, I used this patch and it does rewrite my color.css file but I also get:
Comment #4
iztok commentedSorry, this was my mistake, I called _color_html_alter($vars); from alpha_process_html(&$vars) even though I was in a subtheme.
Comment #5
liakoni commented#1: 1677540-1-omega_color_module_support.patch queued for re-testing.
Comment #7
fastangel commentedAnd update the patch to pass test and some warnings.