Page 1 of 1
					
				Editing the text on the registration page
				Posted: Wed Sep 13, 2006 3:33 pm
				by shack88
				How do I edit this text on the registration page, "To access the Private area of this site please Login"
I’ve had a look at /components/com_login/login.html.php
And the text is defined by: get( 'description_login_text' ); ?>
Where or how do I define "description_login_text" ?
Thanks  

 
			 
			
					
				Re: Editing the text on the registration page
				Posted: Wed Sep 13, 2006 3:35 pm
				by shack88
				Sorry, wrong forum *again*  

 
			 
			
					
				Re: Editing the text on the registration page
				Posted: Wed Sep 13, 2006 3:40 pm
				by ot2sen
				Hi shack88,
Good to see you noticed that the first post was moved to correct forum  

Your question: You can edit that in the language file, tex. /languages/english.php and look for:
DEFINE('_LOGIN_DESCRIPTION','To access the Private area of this site please Login');
 
			 
			
					
				Re: Editing the text on the registration page
				Posted: Wed Sep 13, 2006 3:45 pm
				by shack88
				ot2sen  wrote:Hi shack88,
Good to see you noticed that the first post was moved to correct forum  

Your question: You can edit that in the language file, tex. /languages/english.php and look for:
DEFINE('_LOGIN_DESCRIPTION','To access the Private area of this site please Login');
 
Perfect, just what I was looking for! Thank you  
