]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/php/default.php
Merge pull request #12429 from MrPetovan/bug/contactblock-icon
[friendica.git] / view / theme / smoothly / php / default.php
index b0d8a7e31f58f291b5333671033feab76cec5e3f..74cf4a363074135085588d2afeef27cc915a23da 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <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>
   <script type="text/javascript">
        function ScrollToBottom(){
        window.scrollTo(0,document.body.scrollHeight);