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.

CommentFileSizeAuthor
civinode_css.patch706 bytesjmiccolis

Comments

Torenware’s picture

Assigned: Unassigned » Torenware
Status: Needs review » Patch (to be ported)

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