add Smarty templates for international templates

This commit is contained in:
Zach Prezkuta
2013-01-10 21:24:10 -07:00
parent f0a08a05ae
commit ddb2a8c23a
119 changed files with 2289 additions and 41 deletions

View File

@@ -1016,9 +1016,6 @@ function check_config(&$a) {
if($retval) {
//send the administrator an e-mail
$engine = get_app()->get_template_engine();
get_app()->set_template_engine();
$email_tpl = get_intltext_template("update_fail_eml.tpl");
$email_msg = replace_macros($email_tpl, array(
'$sitename' => $a->config['sitename'],
@@ -1027,8 +1024,6 @@ function check_config(&$a) {
'$error' => sprintf( t('Update %s failed. See error logs.'), $x)
));
get_app()->set_template_engine($engine);
$subject=sprintf(t('Update Error at %s'), $a->get_baseurl());
mail($a->config['admin_email'], $subject, $email_msg,