Project:Imce CCK Image
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

hello
what do you think about changing in imceimage.module.php line 215

from :

return '<a href="'. base_path() . $item['imceimage_path'] .'" class="imceimage-link">';

to
return '<a href="'. $item['imceimage_path'] .'" class="imceimage-link">';

Comments

#1

ah....
i see that there is no image on the output :)

so what do you think about this ? :

return '<a href="'. $item['imceimage_path'] .'" class="imceimage-link">'.theme_imceimage_formatter_default($element).'</a>';
nobody click here