Closed (fixed)
Project:
Views Excel Export
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2009 at 16:55 UTC
Updated:
16 Nov 2009 at 12:34 UTC
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
Comment #1
creaoy commentedFixed now
Comment #2
creaoy commented