theme the link
avior - April 15, 2008 - 20:55
| Project: | Send |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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

#1
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