Recent Topics

1 Feb 14, 2006 23:09    

I searched for an answer to my question but couldn't find one. I want to put a "Exit" link in the Basic Template. I looked at the main_php file under the Basic Template file but couldn't figure out how to edit it. It showed this:

user_login_link( ' [', '] ' ); 
			user_register_link( ' [', '] ' ); 
			user_admin_link( ' [', '] ' ); 
			user_profile_link( ' [', '] ' ); 
			user_logout_link( ' [', '] ' ); 

I've never seen this type of coding before. I'm used to the <a href coding. Can someone help me. I'm new to this program. Thanks a million!

2 Feb 27, 2006 04:12

By "exit" link I'm assuming you mean the same as "logout". You will only see the "logout" link if you are already logged in, then it appears automatically.

Do you want to change the name of "logout" to "exit"?


Form is loading...