Posted by jmiccolis on December 28, 2006 at 12:06am
2 followers
Jump to:
| Project: | CiviNode And Civinode CCK |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Torenware |
| Status: | patch (to be ported) |
Issue Summary
Civinode is using drupal_set_html_head to add its css when it should be using theme_add_style http://api.drupal.org/api/4.7/function/theme_add_style
This can cause problems when using multiple themes.
Patch is attached.
| Attachment | Size |
|---|---|
| civinode_css.patch | 706 bytes |
Comments
#1
I'm about to post the 5.0 version of CiviNode, which resolves this issue.
Thanks for your patch; your bug report put me on the right track.
Rob