Closed (fixed)
Project:
Context
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
24 Jun 2010 at 02:13 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mcrittenden commentedEven though the above is not technically a patch, CNR seems like the appropriate status.
Comment #2
hozt commentedI was having the same problem, but was only able to get if I change 'module' to 'theme' in the above 'patch'.
drupal_add_css(_css_injector_rule_path($crid), 'theme', $css_rule['media'], $css_rule['preprocess']);
Comment #3
steven jones commentedWill need to add a function_exists around that I reckon, need to not break backwards compatibility if we can.
Comment #4
steven jones commentedAdding to context 2.x roadmap
Comment #5
steven jones commentedSomething like this.
Comment #6
steven jones commentedActually we'll add a quick comment too.
Comment #7
steven jones commentedAdded to 2.x in http://drupal.org/cvs?commit=468856