diff options
author | friendica <info@friendica.com> | 2014-03-05 03:19:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-05 03:19:20 -0800 |
commit | 61f47cd5ed6eee337d9ab30b65844b5118080b76 (patch) | |
tree | 03fabd542a446845640dff27e3b677718b7c409e /include/nav.php | |
parent | cdcbc5816e21d53172c5396083b38fce4ab0ba38 (diff) | |
download | volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.gz volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.tar.bz2 volse-hubzilla-61f47cd5ed6eee337d9ab30b65844b5118080b76.zip |
move language selector to a module
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 1 |
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 )); |