]> git.mxchange.org Git - friendica.git/blobdiff - mod/navigation.php
Merge pull request #3949 from annando/further-information
[friendica.git] / mod / navigation.php
index be1b522e9cba1b20d851f1a0ceb03254230c9729..d05131ebe4b4a107fe9c74039ced1cddbb54800a 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+use Friendica\App;
+use Friendica\Core\System;
+
 require_once("include/nav.php");
 
 function navigation_content(App $a) {
@@ -12,7 +15,7 @@ function navigation_content(App $a) {
 
        $tpl = get_markup_template('navigation.tpl');
        return replace_macros($tpl, array(
-               '$baseurl' => App::get_baseurl(),
+               '$baseurl' => System::baseUrl(),
                '$sitelocation' => $nav_info['sitelocation'],
                '$nav' => $nav_info['nav'],
                '$banner' =>  $nav_info['banner'],