View Single Post
  #4  
Old 09-23-2004, 04:38 AM
 
keavy keavy is offline
 

Member
  
Join Date: Apr 2004
Posts: 27
 

Default

Hi,

I'm trying to do the same. I have want the send to friend section open in a popup. So I made a php file - send_to_friend_window.php and have the following in that:
Code:
require "./auth.php"; require $xcart_dir.DIR_CUSTOMER."/send_to_friend.php"; # Assign the current location line $smarty->assign("location", $location); func_display("customer/main/send_to_friend.tpl",$smarty);

when the popup opens it briefly displays a message about redirection, then loads the page: error_message.php?access_denied

any guidance on what I'm doing wrong would be most appreciated
__________________
--
building with v4.0.3
Reply With Quote