Cribbe83 Posted April 24, 2009 Share Posted April 24, 2009 I understand that you change the mailsubjects in lang.php, but how do you change subjects for mails that is not inside of lang.php , for example download_product.txt <?phpglobal $_LANGMAIL;$_LANGMAIL = array();$_LANGMAIL['Your new admin password'] = 'Ditt nya admin lösenord';$_LANGMAIL['Your password'] = 'Ditt lösenord';$_LANGMAIL['Welcome!'] = 'Välkommen!';$_LANGMAIL['Order confirmation'] = 'Orderbekräftelse';$_LANGMAIL['Message from contact form'] = 'Meddelande från kontaktformulär';$_LANGMAIL['My personal informations'] = 'Min privata information';$_LANGMAIL['Message from a customer'] = 'Meddelande från kund';$_LANGMAIL['Awaiting bank wire payment'] = 'Information om betalning';?> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now