Closed (works as designed)
Project:
Share
Version:
5.x-2.0-alpha9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2009 at 09:27 UTC
Updated:
5 Feb 2009 at 16:11 UTC
The patch for service_links that's included in share module has a call to drupal_add_css:
drupal_add_css(drupal_get_path('module', 'service_links') .'/service_links.css');
There is no service_links.css file.
Comments
Comment #1
greenskin commentedThe folder with the patch includes the CSS file. The CSS file needs to be moved into the Service Links folder as the instructions note.