]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/theme.php
@brief is removed completely
[friendica.git] / view / theme / smoothly / theme.php
index f373cdec5ff56561096c7c556c2b8b2ee750928e..e6f40749f9c8ad8bc0e796dce95dc28c2e1dd829 100644 (file)
@@ -12,7 +12,6 @@
 
 use Friendica\App;
 use Friendica\Core\Renderer;
-use Friendica\Core\System;
 use Friendica\DI;
 
 function smoothly_init(App $a) {
@@ -20,7 +19,7 @@ function smoothly_init(App $a) {
 
        $cssFile = null;
        $ssl_state = null;
-       $baseurl = System::baseUrl($ssl_state);
+       $baseurl = DI::baseUrl()->get($ssl_state);
        DI::page()['htmlhead'] .= <<< EOT
 
 <script>
@@ -87,7 +86,7 @@ if (! function_exists('_js_in_foot')) {
                /** @purpose insert stuff in bottom of page
                */
                $ssl_state = null;
-               $baseurl = System::baseUrl($ssl_state);
+               $baseurl = DI::baseUrl()->get($ssl_state);
                $bottom['$baseurl'] = $baseurl;
                $tpl = Renderer::getMarkupTemplate('bottom.tpl');