]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/standard.php
Merge pull request #8130 from nupplaphil/task/di_pconfig
[friendica.git] / view / theme / frio / php / standard.php
index 00555192c8a4af502ed713bc95457dd57b767ab6..bed948b9fd1021c4b58d393f18f0c469945d28bc 100644 (file)
@@ -10,9 +10,9 @@
        <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
        <meta name="viewport" content="initial-scale=1.0">
        <meta request="<?php echo htmlspecialchars($_REQUEST['pagename']) ?>">
-       <script type="text/javascript">var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
+       <script type="text/javascript">var baseurl="<?php echo Friendica\DI::baseUrl() ?>";</script>
        <script type="text/javascript">var frio="<?php echo "view/theme/frio"; ?>";</script>
-       <?php $baseurl = Friendica\Core\System::baseUrl(); ?>
+       <?php $baseurl = Friendica\DI::baseUrl(); ?>
        <?php $frio = "view/theme/frio"; ?>
        <?php if(!empty($page['htmlhead'])) echo $page['htmlhead']; ?>
 </head>