Revision 1924
Added by darkviper over 12 years ago
| confirm_mails.php | ||
|---|---|---|
| 46 | 46 |
} |
| 47 | 47 |
|
| 48 | 48 |
// load module language file |
| 49 |
$mLang = ModLanguage::getInstance(); |
|
| 49 |
$mLang = Translate::getInstance(); |
|
| 50 |
$mLang->enableAddon('account');
|
|
| 50 | 51 |
//WB_MAILER settings |
| 51 | 52 |
$sServerEmail = (defined('SERVER_EMAIL') && SERVER_EMAIL != '' ? SERVER_EMAIL : emailAdmin());
|
| 52 | 53 |
$sWebMailer = (defined('WBMAILER_DEFAULT_SENDERNAME') && WBMAILER_DEFAULT_SENDERNAME != '' ? WBMAILER_DEFAULT_SENDERNAME : 'WebsiteBaker Mailer');
|
Also available in: Unified diff
syncronize project and some small typo corrections in /account/