X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fscheme.php;h=2f091804394b3eade1d485a00dfb31b3afb0690a;hb=cf9a65cded8e8f270aedbb3ba46d5fe2fe351b4c;hp=05829bb21f122aede7bcac2f60a5369dd5134ee0;hpb=1283b99c6f018cf0ec52fc482fd70e7b6d80602c;p=friendica.git diff --git a/view/theme/frio/php/scheme.php b/view/theme/frio/php/scheme.php index 05829bb21f..2f09180439 100644 --- a/view/theme/frio/php/scheme.php +++ b/view/theme/frio/php/scheme.php @@ -19,11 +19,9 @@ */ use Friendica\Core\PConfig; -require_once 'boot.php'; - function get_scheme_info($scheme) { - $theme = get_app()->getCurrentTheme(); + $theme = \get_app()->getCurrentTheme(); $themepath = 'view/theme/' . $theme . '/'; $scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'scheme'));