needless drupal_add_css in service_links patch
joachim - February 5, 2009 - 09:27
| Project: | Share |
| Version: | 5.x-2.0-alpha9 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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.

#1
The folder with the patch includes the CSS file. The CSS file needs to be moved into the Service Links folder as the instructions note.