Closed (fixed)
Project:
Bookmarks
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2004 at 14:30 UTC
Updated:
27 Jan 2004 at 17:20 UTC
Using the module return a watchdog message 'trash.gif' not found.
This is because a wrong url for trash gif is built in line 160 of the module:
The actual module in line 160 uses: url("misc/trash.gif")
instead of the correct "misc/trash.gif"
This builds the incorrect url.
Since I'm not familiar with diff and patches, if someone can update CVS....
Matteo
Comments
Comment #1
ax commentedComment #2
gábor hojtsyIt should use the somewhat new theme("image", ...) instead so themes can override it if needed...
Comment #3
ax commenteddon't know. this is in a themeable function (theme_bookmarks_del()) already ...
Comment #4
gábor hojtsyThere are a lots of themeable functions using theme("something", ...), since it is easier to define mytheme_image() and then know that it will work for all images, compared to defining all the theme functions for everything using images...
I am the current manitainer of bookmarks module, but I am presently (these days) not able to modify it in CVS, so hereby I grant any modification concerning the theme("image", ...) issue we are discussing here...
Comment #5
ax commentedmodified accordingly
Comment #6
(not verified) commented