]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/php/default.php
Avoid duplicated contacts, improve contact deletion, avoid memory issues
[friendica.git] / view / theme / smoothly / php / default.php
index 1e97c6b462e70930defe99fa1e97757616482ca6..1bbd32cc170fef63bb171f475f7b1e8681bf5f4c 100644 (file)
@@ -2,7 +2,7 @@
 <html>
 <head>
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
-  <script>var baseurl="<?php echo App::get_baseurl() ?>";</script>
+  <script>var baseurl="<?php echo Friendica\Core\System::baseUrl() ?>";</script>
   <script type="text/javascript">
        function ScrollToBottom(){
        window.scrollTo(0,document.body.scrollHeight);