mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Removed old template parser
This commit is contained in:
parent
b2c6d34d99
commit
731ec347b1
10 changed files with 8 additions and 329 deletions
|
@ -172,7 +172,7 @@ The content of this file should be something like
|
|||
$a-> theme_info = array(
|
||||
'extends' => 'duepuntozero'.
|
||||
);
|
||||
set_template_engine($a, 'smarty3');
|
||||
$a->set_template_engine('smarty3');
|
||||
/* and more stuff e.g. the JavaScript function for the header */
|
||||
}
|
||||
|
||||
|
@ -253,7 +253,7 @@ So in the case of quattro it is
|
|||
|
||||
function quattro_init(App $a) {
|
||||
$a->theme_info = array();
|
||||
set_template_engine($a, 'smarty3');
|
||||
$a->set_template_engine('smarty3');
|
||||
}
|
||||
|
||||
Here we have set the basic theme information, in this case they are empty.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue