View Single Post
  #9  
Old 12-18-2006, 12:14 PM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default Re: Make logout confirmation page? How to?

Quote:
Originally Posted by neroag
If you look at /include/login.php

look for
Code:
# Insert entry into login_history
just below the line
Code:
$login_redirect = 1;

add
Code:
func_header_location($redirect_to."/mynewlogoutpage.php");

just change the mynewlogoutpage.php to whatever page you want to redirect too.

hope that helps

Thank you! But now can you tell me how to make the logout page look like the rest of my site. I know I should use home.tpl, and I got that working (the page) but all the images are gone and the page only displays the php etc.. coding?

Thanks so much
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote