X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fphp%2Fdefault.php;h=74c30f6f7b4eee0a62a4b5746284be346a059e88;hb=a966993c54c186e21d6a10c2414cbbfa170ec03b;hp=c6092393bdab5989bd93e2ce9785b2e166258f2b;hpb=2d555b60dddd61a904e50ccd378a275ceffaebbb;p=friendica.git diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index c6092393bd..74c30f6f7b 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -35,7 +35,7 @@ if (!isset($minimal)) { $minimal = false; } -$basepath = DI::baseUrl()->getUrlPath() ? "/" . DI::baseUrl()->getUrlPath() . "/" : "/"; +$basepath = DI::baseUrl()->getPath() ? "/" . DI::baseUrl()->getPath() . "/" : "/"; $frio = "view/theme/frio"; $view_mode_class = (DI::mode()->isMobile() || DI::mode()->isMobile()) ? 'mobile-view' : 'desktop-view'; $is_singleuser = DI::config()->get('system', 'singleuser'); @@ -45,7 +45,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; <?php if (!empty($page['title'])) echo $page['title'] ?> - + '; +
'; if (!empty($page['content'])) { echo $page['content']; } echo ' - +
'; } ?>