Hi

Is it possible to change the !site variable to reflect your site's name either in the code or using the admin interface?. I am trying to get the name of my site to appear in the email the user receives upon registration but have not found a way to do that just yet.

Thanks so much. Fantastic script so far (I am very pleased with everything about it).

- Regards, Steve

Comments

Kuldip Gohil’s picture

Hi,

you can get this variable in user.module

here it sets with site name that we give in site configuration ..

this variable is sets like '!site' => variable_get('site_name', 'Drupal')

--
Kuldip Gohil
Software Engineer - Global Software Consulting (Gloscon)
1-888-DRUPAL-9 (378-7259)
http://www.gloscon.com

stevenwhite’s picture

Worked great - many thanks!