Add necessary required_once statement in theme/vier/config.php
- Vier config.php depends on a function declared in theme.php
This commit is contained in:
parent
7959b9bbed
commit
ca65181577
|
@ -10,6 +10,8 @@ use Friendica\Core\PConfig;
|
|||
use Friendica\Core\Renderer;
|
||||
use Friendica\Core\System;
|
||||
|
||||
require_once __DIR__ . '/theme.php';
|
||||
|
||||
function theme_content(App $a)
|
||||
{
|
||||
if (!local_user()) {
|
||||
|
|
Loading…
Reference in a new issue