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