Active
Project:
Session Favorites
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 08:52 UTC
Updated:
19 Oct 2009 at 23:26 UTC
Can the code for the link to session_favorites be taken out of $link and posted anywhere else like
page.tpl.php ? If possible what is the code or snippet ?
Comments
Comment #1
jhedstromIn principal, yes. In order to remove the link from the $link variable, you'd need to either a) not display the $link variable, or b) use hook_link_alter to strip out just the session_favorites links.
As for displaying the link elsewhere, take a look at the session_favorites_link function.