X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=5104c44b60f5d1e4d569d7e2b9a71b35bca5d0b2;hb=d60f96f0e17d751d614af28e029546d1ff003ee6;hp=517223d1081fb2c768e4104744a4b3b1611d67d1;hpb=b7fb43484e5bde2d69c4b988c35939bd6ab6712e;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index 517223d108..5104c44b60 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -8,6 +8,7 @@ */ use Friendica\App; +use Friendica\Core\System; $frio = "view/theme/frio"; @@ -20,7 +21,7 @@ function frio_init(App $a) { set_template_engine($a, 'smarty3'); - $baseurl = App::get_baseurl(); + $baseurl = System::baseUrl(); $style = get_pconfig(local_user(), 'frio', 'style');