Project:Send
Version:5.x-1.0
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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

#1

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.

#2

Thank you very much , I will check this out