5
Ok two options 1 is add it in the theme for all as a CSS link...
The other is more complicated and has been done in CBB where the
$module_header = '$fredblogs';
$fredblogs = ' ';
Something like that anyways have a look how it has been done in CBB and also somewhere on the forum... i needed to do this for the Bible module i think it was; yet didn't fully finnish it, adding the CSS into the header...as decided it was easier, just to add it into my themes....
yet given that I still need to understand this a bit better my self as currently multimenu still upsets me, when I have un-neeeded CSS calls in the middle of the page causing a w3c error..I do like 100% not less if i can.... So at some point will work out how to direct this properly, so that any variable can be easily added to the module_header which sits in your theme already for this purpose...
If you do manage to do it in PHP like that; inform us of the process please so I can fix some of the modules I wanted to...may spend a day working it out...if you don't...yet shouldn't be that hard as it is already in CBB and others modules who know what they are doing a bit more then me...