deprecate load_view_file
This commit is contained in:
parent
a00813497f
commit
b2e92e0af3
36 changed files with 135 additions and 102 deletions
|
|
@ -79,7 +79,7 @@ function regmod_content(&$a) {
|
|||
proc_run('php',"include/directory.php","$url");
|
||||
}
|
||||
|
||||
$email_tpl = load_view_file("view/register_open_eml.tpl");
|
||||
$email_tpl = get_intltext_template("register_open_eml.tpl");
|
||||
$email_tpl = replace_macros($email_tpl, array(
|
||||
'$sitename' => $a->config['sitename'],
|
||||
'$siteurl' => $a->get_baseurl(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue