Removed old template parser
This commit is contained in:
parent
b2c6d34d99
commit
731ec347b1
10 changed files with 8 additions and 329 deletions
|
@ -23,7 +23,7 @@ function vier_init(App $a) {
|
|||
|
||||
$a->theme_events_in_profile = false;
|
||||
|
||||
set_template_engine($a, 'smarty3');
|
||||
$a->set_template_engine('smarty3');
|
||||
|
||||
if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname'] || $a->argv[0] === "network" && local_user()) {
|
||||
vier_community_info();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue