The current path calls for drupal_get_path('module' , 'views_bonus_export') to go fetch the image, but that's the wrong location.
This causes an attached feed link to pages to not show up (makes a badly formed link).
Here is how to fix it, in views_export_xls_style.inc, line 22:


$this->feed_image = drupal_get_path('module', 'views_export_xls') . '/images/xls-icon.jpg';

Hope this can get merged with current development! Thanks.

Comments

creaoy’s picture

Status: Active » Fixed

Fixed now

creaoy’s picture

Status: Fixed » Closed (fixed)