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

jhedstrom’s picture

In 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.