]> git.mxchange.org Git - friendica.git/blobdiff - mod/navigation.php
Better content detection for posts to Twitter
[friendica.git] / mod / navigation.php
index 26a637e22e1f592b33d3ebc90fc23eceecdf1ba7..d05131ebe4b4a107fe9c74039ced1cddbb54800a 100644 (file)
@@ -15,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'],