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.
Comments
The "Send to Friend" link is
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
You are right! I didn't
You are right! I didn't realice is the printer-friendly module the one wich puts the link there.
Thanks!