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

ssm2017 Binder’s picture

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>';