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:
Hypolite Petovan 2019-10-06 08:46:56 -04:00
parent 7959b9bbed
commit ca65181577
1 changed files with 2 additions and 0 deletions

View File

@ -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()) {