mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
Remove language selectors from themes
This is now a user setting
This commit is contained in:
parent
fb3ac68cc0
commit
ae9c9829fa
21 changed files with 672 additions and 941 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue