How can I remove "send to friend" link?? I don't find it in permissions.
Thanks!!

Comments

coreyp_1’s picture

The "Send to Friend" link is there because a module put it there. If the module does not provide some way of suppressing the link, then you will either have to disable the module and lose functionality, or use the theme overrides to (like theme_links()) to manually control it.

- Corey

rhrueda’s picture

You are right! I didn't realice is the printer-friendly module the one wich puts the link there.
Thanks!