]> git.mxchange.org Git - friendica.git/blobdiff - view/php/default.php
Merge pull request #1 from friendica/develop
[friendica.git] / view / php / default.php
index dc124a8454ccf56fc042c77681c05eb9a7fb9e9b..1280843ca4f9ea9af7b7c716d986112321c3e402 100644 (file)
@@ -2,7 +2,7 @@
 <html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
 <head>
   <title><?php if(!empty($page['title'])) echo $page['title'] ?></title>
-  <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
+  <script>var baseurl="<?php echo Friendica\DI::baseUrl() ?>";</script>
   <?php if(!empty($page['htmlhead'])) echo $page['htmlhead'] ?>
 </head>
 <body>