Please, please correct me if I'm wrong, but I don't see that the flickr module adds the css file(s) to the page output.
It seems the
drupal_add_css(drupal_get_path('module', 'flickr').'/flickr.css');
is missing from the module.
Please, please correct me if I'm wrong, but I don't see that the flickr module adds the css file(s) to the page output.
It seems the
drupal_add_css(drupal_get_path('module', 'flickr').'/flickr.css');
is missing from the module.
Comments
Comment #1
andrewlevine commentedFirst line of the flickr_photos function: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/flickr/flic...
Comment #2
(not verified) commented