aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-05 03:19:20 -0800
committerfriendica <info@friendica.com>2014-03-05 03:19:20 -0800
commit61f47cd5ed6eee337d9ab30b65844b5118080b76 (patch)
tree03fabd542a446845640dff27e3b677718b7c409e /include
parentcdcbc5816e21d53172c5396083b38fce4ab0ba38 (diff)
downloadvolse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.gz
volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.bz2
volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.zip
move language selector to a module
Diffstat (limited to 'include')
-rw-r--r--include/nav.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index ab0eaa855..3aa50226d 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -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
));