Guest Posted May 24, 2006 Posted May 24, 2006 (edited) sorry this was posted twice Hello all Please help out of editing and rediting i do not see logoff and login on top of page after i log into the account what should i rectify for when it says welcome back there is no logoff on top of page please help Thanks Edited May 24, 2006 by jojujo Quote
rvdb86 Posted May 31, 2006 Posted May 31, 2006 sorry this was posted twice Hello all Please help out of editing and rediting i do not see logoff and login on top of page after i log into the account what should i rectify for when it says welcome back there is no logoff on top of page please help Thanks I used the following code which you can paste where eva you want... the output is a text link that says "log out of my account" which can easily be modified and if the user is not logged in the area is blank... hope it helps! <?php require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGIN_WELCOME); if (tep_session_is_registered('customer_id')) { echo '<center>??<a href="'.tep_href_link(FILENAME_LOGOFF, '', 'NONSSL').'">Log Out of My Account</a></center><BR>'; } else { echo '?'; } ?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.