From ddb2a8c23acbb220b8e66a2f7dad18a21d7e55f8 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Thu, 10 Jan 2013 21:24:10 -0700 Subject: add Smarty templates for international templates --- mod/regmod.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod/regmod.php') diff --git a/mod/regmod.php b/mod/regmod.php index 23b586be2..3da1575d3 100644 --- a/mod/regmod.php +++ b/mod/regmod.php @@ -39,9 +39,6 @@ function user_allow($hash) { push_lang($register[0]['language']); - $engine = get_app()->get_template_engine(); - get_app()->set_template_engine(); - $email_tpl = get_intltext_template("register_open_eml.tpl"); $email_tpl = replace_macros($email_tpl, array( '$sitename' => $a->config['sitename'], @@ -52,8 +49,6 @@ function user_allow($hash) { '$uid' => $user[0]['uid'] )); - get_app()->set_template_engine($engine); - $res = mail($user[0]['email'], sprintf(t('Registration details for %s'), $a->config['sitename']), $email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] . "\n" -- cgit v1.2.3