Although there is some code in flickr_photos function, the flickr.css doesn't get loaded in web browser. There is no @import line in heading.
I added the same drupal_add_css call in the if($may_cache) else clause of flicker_menu function. I put it there since this is what I found in other modules and seems to work now.
Comments
Comment #1
andrewlevine commentedI will test this out later to see if this is something wrong with our code and not just a weird error but in case it is not (and it probably isn't because we've had no other reports of this) can you give any more information that might help debug this? Is the flickr.css file in the module directory?
Comment #2
pabloalgar commentedI'm not sure what factors may interfere with the load of the stylesheets. My drupal system is not using cache and private download is activated (and so there are no aggregated/compressed CSS).
Yes, the stylesheet is in /modules/flickr/ directory and accesible from the web. All other modules' stylesheets are loaded correctrly.
Comment #3
andrewlevine commentedI couldn't replicate your problem. You do know that flickr.css isn't loaded on every page, only ones starting with /flickr, correct? What OS are you on? Don't really know what else it could be...
Comment #4
andrewlevine commentedplease tell us if you've fixed this or give us more info
Comment #5
andrewlevine commented