The context module needs to add a bit of code to theme_blocks() in order for it to alter the block visibility within a given context. In order to account for this, a simple module_exists() check should be made in theme-overrides.inc's canvas_block().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | studio-517924.patch | 977 bytes | ultimateboy |
Comments
Comment #1
ultimateboy commentedCommitted to CVS HEAD. Note: this requires a patch to context. #517900: Override of theme_blocks is too strong
http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/studio/canva...
Comment #3
2ndmile commentedThank you for this!