]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/php/default.php
Merge pull request #4340 from MrPetovan/task/4265-mov-jgrowl-to-composer
[friendica.git] / view / theme / frost-mobile / php / default.php
index 9d920c2f62137f21e01e37b858fc83e0f5a5d5dc..72135fd7aef55ade2551e0f6aaec4043a551f9b3 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="<?php echo $lang; ?>">
 <head>
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
-  <script>var baseurl="<?php echo Friendica\App::get_baseurl() ?>";</script>
+  <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
 </head>
 <body <?php if($a->module === 'home') echo 'onLoad="setTimeout(\'homeRedirect()\', 1500)"'?>>