Page 1 of 1

[SOLVE] {WELCOME_MSG} value

PostPosted: Mon May 15, 2006 11:08 pm
Author: doswald
Hi guys, I'm currently browsing and editing the user_welcome.php and customize it. I want to know where can I find the value of {WELCOME_MSG} wherein I will change the content of it.

Thanks

Re: {WELCOME_MSG} value

PostPosted: Mon May 15, 2006 11:55 pm
Author: Helter
forum root/language/lang_english/lang_main

$lang['Welcome_subject'] = 'Welcome to %s Forums'; // Welcome to my.com forums

Re: {WELCOME_MSG} value

PostPosted: Tue May 16, 2006 12:12 am
Author: doswald
"HelterSkelter";p="6034" wrote:forum root/language/lang_english/lang_main

$lang['Welcome_subject'] = 'Welcome to %s Forums'; // Welcome to my.com forums


Cheerio! Thanks Dude!