X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fdefault.php;h=2f6a6bbcfba6bdbe294a86a6ccfaae886a517cd5;hb=0a4119adaf6294bf43d135a0f435c1dd677c50e0;hp=fe08a43fb8cc49c738786386368d219ac0797a6b;hpb=b852e5842bffcc1df1e5ac5d356fd9f19b7af499;p=friendica.git diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index fe08a43fb8..2f6a6bbcfb 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -1,15 +1,13 @@ get($uid, 'frio', 'scheme', DI::pConfig()->get($uid, 'frio', 'schema')); if ($scheme && is_string($scheme) && $scheme != '---') { if (file_exists('view/theme/frio/scheme/' . $scheme . '.php')) { $schemefile = 'view/theme/frio/scheme/' . $scheme . '.php'; require_once $schemefile; } } else { - $nav_bg = PConfig::get($uid, 'frio', 'nav_bg'); + $nav_bg = DI::pConfig()->get($uid, 'frio', 'nav_bg'); } if (empty($nav_bg)) {