mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
theme infos are now bundled in a single array
This commit is contained in:
parent
0551648399
commit
c52b8595e8
9 changed files with 22 additions and 21 deletions
|
@ -21,7 +21,7 @@ use Friendica\Util\Strings;
|
|||
|
||||
function vier_init(App $a)
|
||||
{
|
||||
$a->theme_events_in_profile = false;
|
||||
$a->theme_info['events_in_profile'] = false;
|
||||
|
||||
Renderer::setActiveTemplateEngine('smarty3');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue