4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: IzyB on July 16, 2005, 08:30:24 PM
-
I know how to change the body of the email (in lang/english/email). But how do I change the subject line? I don't see that anywhere. Thanks!
Tina
-
lang/<your language>/main.php
-
Thanks! :D
-
I can't seem to find where to actually change what is in the subject line in main.pho. I see some lines in there that pertain to email, but I don't see the actual subject wording in there.
What I want to change is when the person who registers is activated and they receive the email with the subject: "Registar at *******" I want to change that to something like "Your registration at *****".
-
$lang['send_password_emailsubject'] = "Send password for {site_name}"; // Mail subject for password.
$lang['update_email_emailsubject'] = "Update email for {site_name}"; // Mail subject for activation code when changing email address
$lang['register_success_emailsubject'] = "Register at {site_name}"; // Mail subject for activation code
$lang['admin_activation_emailsubject'] = "Account Activation"; // Mail subject for account activation by admin.
$lang['activation_success_emailsubject'] = "Account activated"; // Mail subject after account activation by admin.
-
Thanks a million V@no!! I was looking and looking and just wasn't seeing it :?
Tina