move language selector to a module

This commit is contained in:
friendica
2014-03-05 03:19:20 -08:00
parent cdcbc5816e
commit 61f47cd5ed
6 changed files with 10 additions and 11 deletions

View File

@@ -59,7 +59,6 @@ EOT;
$a->page['header'] .= replace_macros(get_markup_template('hdr.tpl'), array(
'$baseurl' => $a->get_baseurl(),
'$sitelocation' => $sitelocation,
'$langselector' => ((get_config('system','select_language')) ? lang_selector() : ''),
'$banner' => $banner
));