]> git.mxchange.org Git - friendica.git/blobdiff - mod/navigation.php
Merge pull request #2135 from rabuzarus/doxygen
[friendica.git] / mod / navigation.php
index c14902c5f4c5ec69d85a525354ad0ee5e513544d..5db69b171eed52f67fea8f65bd21ccb5df55c3ce 100644 (file)
@@ -12,8 +12,7 @@ function navigation_content(&$a) {
 
        $tpl = get_markup_template('navigation.tpl');
        return replace_macros($tpl, array(
-        '$baseurl' => $a->get_baseurl(),
-               '$langselector' => lang_selector(),
+               '$baseurl' => $a->get_baseurl(),
                '$sitelocation' => $nav_info['sitelocation'],
                '$nav' => $nav_info['nav'],
                '$banner' =>  $nav_info['banner'],