one more place where the template engine is changed
This commit is contained in:
parent
53a4cf5339
commit
b9f4687260
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function profile_init(&$a) {
|
||||||
auto_redir($a, $which);
|
auto_redir($a, $which);
|
||||||
}
|
}
|
||||||
|
|
||||||
$a->theme["template_engine"] = 'internal'; // reset the template engine to the default in case the user's theme doesn't specify one
|
set_template_engine($a); // reset the template engine to the default in case the user's theme doesn't specify one
|
||||||
profile_load($a,$which,$profile);
|
profile_load($a,$which,$profile);
|
||||||
|
|
||||||
$blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);
|
$blocked = (((get_config('system','block_public')) && (! local_user()) && (! remote_user())) ? true : false);
|
||||||
|
|
Loading…
Reference in a new issue