diff options
author | friendica <info@friendica.com> | 2013-09-03 18:48:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-03 18:48:01 -0700 |
commit | c6df954fc00e4fdc7e2888e7dc3fe3a7c8f930e4 (patch) | |
tree | 7c4db0180b6b5e6b6d2de9678dbb467e8c30fb9e /view/tpl/nav.tpl | |
parent | 879ac359523623d779f3097e5aa02937d6518950 (diff) | |
download | volse-hubzilla-c6df954fc00e4fdc7e2888e7dc3fe3a7c8f930e4.tar.gz volse-hubzilla-c6df954fc00e4fdc7e2888e7dc3fe3a7c8f930e4.tar.bz2 volse-hubzilla-c6df954fc00e4fdc7e2888e7dc3fe3a7c8f930e4.zip |
make displaying the language selector configurable
Diffstat (limited to 'view/tpl/nav.tpl')
-rwxr-xr-x | view/tpl/nav.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 7c26609c3..713280808 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -148,5 +148,5 @@ <li class="{4}"><a href="{0}"><img src="{1}">{2} <span class="notif-when">{3}</span></a></li> </ul> -<div id="langselector" >{{$langselector}}</div> +{{if $langselector}}<div id="langselector" >{{$langselector}}</div>{{/if}} <div id="panel" style="display: none;"></div> |