]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/php/default.php
App::get_baseurl is now replaced with System::baseUrl
[friendica.git] / view / theme / frost / php / default.php
index 65632ee0713d3001883bd8c4d807e69a468058e8..e58fd2ca8ba31aa62ff252519082b59c19f33e0a 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)"'?>>