i tried to follow your idea.
just to make sure i am doing what you are thinking
i added this to send_to_friend.php :
Code:
$main = "showstf";
if($mode==showsend){
$smarty->assign("showstf",$main);
}
other then that i followed your ideas. i could not get it to work, with this instruction the link is now loading the product page over when i click send to friend button / link.
I think this is the right track, but missing something...