1
0
Fork 0

Add more references to theme.php

This commit is contained in:
Hypolite Petovan 2020-08-19 22:54:12 -04:00
commit 91a1e5df91
4 changed files with 11 additions and 10 deletions

View file

@ -129,6 +129,7 @@ function theme_admin(App $a)
function frio_form($arr)
{
require_once 'view/theme/frio/php/scheme.php';
require_once 'view/theme/frio/theme.php';
$scheme_info = get_scheme_info($arr['scheme']);
$disable = $scheme_info['overwrites'];