Can the code for the link to session_favorites be taken out of $link

kaakuu - October 19, 2009 - 08:52
Project:Session Favorites
Version:6.x-1.4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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 ?

#1

jhedstrom - October 19, 2009 - 23:26

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.

 
 

Drupal is a registered trademark of Dries Buytaert.