Hi
Thanks for the great module ,
it will be nice if you can make a theme function for the link "send to a friend"
it will allow us to change the link to an image

Thank you

Comments

allie micka’s picture

Status: Active » Closed (duplicate)

This duplicates http://drupal.org/node/48968 . Basically, use theme_links, CSS, or similar to affect this. If every module that produced a link had a theme function for that link, you'd have a lot of work - and a lot of inconsitency - on your hands. Fortunately you can get them all with theme_links.

avior’s picture

Thank you very much , I will check this out